Description | Hierarchy | Fields | Methods | Properties |
type TUserDefinedColorSchemeItem = class(TPhastCollectionItem)
![]() |
FColors: TColorCollection; |
![]() |
FName: string; |
![]() |
procedure SetColors(const Value: TColorCollection); |
![]() |
procedure SetName(const Value: string); |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property Colors: TColorCollection read FColors write SetColors; |
![]() |
property Name: string read FName write SetName; |
![]() |
FColors: TColorCollection; |
![]() |
FName: string; |
![]() |
procedure SetColors(const Value: TColorCollection); |
![]() |
procedure SetName(const Value: string); |
![]() |
constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
property Colors: TColorCollection read FColors write SetColors; |
![]() |
property Name: string read FName write SetName; |