Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   clablue not found (https://www.delphipraxis.net/204712-clablue-not-found.html)

bernhard_LA 20. Jun 2020 23:14

clablue not found
 
Delphi-Quellcode:

[dcc64 Error] Unit_FMXDemo.pas(164): E2003 Undeclared identifier: 'clablue'

wo steht denn die Definition hierfür ? Ich dachte lt. Delphi Hilfe ich muss System.UITypes einbinden .....


Delphi-Quellcode:
uses
  System.SysUtils,
  System.Types,
  System.UITypes,
  System.Classes,
  System.Variants,
  FMX.Types,
  FMX.Controls,
  FMX.Forms,
  FMX.Graphics,
  FMX.Dialogs,
  FMX.ScrollBox,
  FMX.Utils,
  FMX.Memo,
  FMX.Controls.Presentation,
  FMX.StdCtrls,
  FMX.Objects,
  FMX.Edit,
  FMX.EditBox,
  FMX.SpinBox,

Uwe Raabe 20. Jun 2020 23:19

AW: clablue not found
 
System.UIConsts

jaenicke 21. Jun 2020 00:44

AW: clablue not found
 
Zitat:

Zitat von bernhard_LA (Beitrag 1467898)
wo steht denn die Definition hierfür ? Ich dachte lt. Delphi Hilfe ich muss System.UITypes einbinden .....

In der Delphi Hilfe steht:
Zitat:

Die Namen der Konstanten aus System.UIConsts sind aus dem Präfix cla und den von dem Record TAlphaColorRec definierten Farbnamen zusammengesetzt.
Finden kannst du das via Google oder die Suche in der Hilfe selbst:
https://www.google.com/search?q=delphi+clablue
http://docwiki.embarcadero.com/Libra...Suche&go=Seite


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:21 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz