Class TINIEntryColor (unit INIEnt)

Inherits from

TINIEntryInteger

Constructors


constructor Create(AOwner:TComponent);

******************************************************* INIEntryColor ********************************************************


Functions

procedure RefreshControl;


procedure Reset;


function DoGetAsInteger:LongInt;


function DoGetAsString:string;


function DoGetStoreIt:Boolean;


procedure DoSetAsInteger(NValue:LongInt);


procedure DoSetAsString(const NValue:string);


function GetAsColor:TColor;


function GetDefaultValue:TColor;


function GetWinControl(AOwner:TComponent;WParent:TControl;cInfo:TCreateInfo):TControl;


procedure SetAsColor(NColor:TColor);


procedure SetDefaultValue(NColor:TColor);


Properties

property DefaultValue : TColor


property AsColor : TColor


Events

Variables


Constructors


constructor Create(AOwner:TComponent);

******************************************************* INIEntryColor ********************************************************


Functions


procedure RefreshControl;


procedure Reset;


function DoGetAsInteger:LongInt;


function DoGetAsString:string;


function DoGetStoreIt:Boolean;


procedure DoSetAsInteger(NValue:LongInt);


procedure DoSetAsString(const NValue:string);


function GetAsColor:TColor;


function GetDefaultValue:TColor;


function GetWinControl(AOwner:TComponent;WParent:TControl;cInfo:TCreateInfo):TControl;


procedure SetAsColor(NColor:TColor);


procedure SetDefaultValue(NColor:TColor);


Properties


property DefaultValue : TColor


property AsColor : TColor


Events


Variables