1

I don't know if it is just me missing something, but I am quite frustrated by this issue.
When I try to set the .color property there are no values available such as claBlue.

For example:

 Canvas.Stroke.Color := claBue.

Am I missing a reference? I have included FMX.Types.

4

1 回答 1

6

包含到使用单元 System.UIConsts 中,您将获得所有可用的颜色名称。

uses System.UIConsts;
于 2013-04-19T06:05:30.063 回答