Class TINIEntryInteger (unit INIEnt)

Inherits from

TINIEntryStreamed

Constructors


constructor Create(AOwner:TComponent);

******************************************************* INIEntryInteger ********************************************************


Functions

procedure RefreshControl;


procedure Reset;


procedure Syncronize(Direction:TSyncronizeDirection);


function DoGetAsBoolean:Boolean;


function DoGetAsFloat:Double;


function DoGetAsInteger:LongInt;


function DoGetAsString:string;


function DoGetStoreIt:Boolean;


procedure DoSetAsBoolean(NValue:Boolean);


procedure DoSetAsFloat(NValue:Double);


procedure DoSetAsInteger(NValue:LongInt);


procedure DoSetAsString(const NValue:string);


function GetCaption:string;


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


function IsConnectionToControlSupported(WC:TWinControl):Boolean;


procedure SetValue(NValue:LongInt);


procedure SetIIncrement(IV:LongInt);


procedure SetIMaxValue(IV:LongInt);


procedure SetIMinValue(IV:LongInt);


Properties

property ConnectedControl :


property DefaultValue : LongInt


property IIncrement : LongInt


property IMaxValue : LongInt


property IMinValue : LongInt


property Value : LongInt


Events

Variables

FIIncrement : LongInt;


FIMaxValue : LongInt;


FIMinValue : LongInt;



Constructors


constructor Create(AOwner:TComponent);

******************************************************* INIEntryInteger ********************************************************


Functions


procedure RefreshControl;


procedure Reset;


procedure Syncronize(Direction:TSyncronizeDirection);


function DoGetAsBoolean:Boolean;


function DoGetAsFloat:Double;


function DoGetAsInteger:LongInt;


function DoGetAsString:string;


function DoGetStoreIt:Boolean;


procedure DoSetAsBoolean(NValue:Boolean);


procedure DoSetAsFloat(NValue:Double);


procedure DoSetAsInteger(NValue:LongInt);


procedure DoSetAsString(const NValue:string);


function GetCaption:string;


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


function IsConnectionToControlSupported(WC:TWinControl):Boolean;


procedure SetValue(NValue:LongInt);


procedure SetIIncrement(IV:LongInt);


procedure SetIMaxValue(IV:LongInt);


procedure SetIMinValue(IV:LongInt);


Properties


property ConnectedControl :


property DefaultValue : LongInt


property IIncrement : LongInt


property IMaxValue : LongInt


property IMinValue : LongInt


property Value : LongInt


Events


Variables


FIIncrement : LongInt;


FIMaxValue : LongInt;


FIMinValue : LongInt;