| Class TktSysColorDialog (unit ktSColDg) |
TColorDialog
| Constructors |
constructor Create(AOwner: TComponent);| Functions |
destructor Destroy;
function Execute: Boolean;
procedure LoadColorsFromReg;
procedure SaveColorsToReg;
procedure SetColorKey(Value: string);
procedure SetUseSysColors(Value: Boolean);| Properties |
property ColorKey : string
property UseSysColors : Boolean| Events |
| Variables |
ColorPrefix : string;
ColorTags : string;
FColorKey : string;
FUseSysColors : Boolean;| Constructors |
constructor Create(AOwner: TComponent);Public-Deklarationen
| Functions |
destructor Destroy;
function Execute: Boolean;
procedure LoadColorsFromReg;Protected-Deklarationen
procedure SaveColorsToReg;
procedure SetColorKey(Value: string);
procedure SetUseSysColors(Value: Boolean);| Properties |
property ColorKey : stringPublished-Deklarationen
property UseSysColors : Boolean| Events |
| Variables |
ColorPrefix : string;
ColorTags : string;
FColorKey : string;Private-Deklarationen
FUseSysColors : Boolean;