Class TINIEntryString (unit INIEnt)

Inherits from

TINIEntryStreamed

Constructors


constructor Create(AOwner:TComponent);

******************************************************* INIEntryString ********************************************************


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 DoReadEntry;


procedure DoSetAsBoolean(NValue:Boolean);


procedure DoSetAsFloat(NValue:Double);


procedure DoSetAsInteger(NValue:LongInt);


procedure DoSetAsString(const NValue:string);


procedure DoWriteEntry;


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


function IsConnectionToControlSupported(WC:TWinControl):Boolean;


procedure SetLength(len:Integer);


Properties

property ConnectedControl :


property DefaultValue : string


property EditMask :


property Length : Integer


property Value : string


Events

Variables

FLength : Integer;



Constructors


constructor Create(AOwner:TComponent);

******************************************************* INIEntryString ********************************************************


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 DoReadEntry;


procedure DoSetAsBoolean(NValue:Boolean);


procedure DoSetAsFloat(NValue:Double);


procedure DoSetAsInteger(NValue:LongInt);


procedure DoSetAsString(const NValue:string);


procedure DoWriteEntry;


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


function IsConnectionToControlSupported(WC:TWinControl):Boolean;


procedure SetLength(len:Integer);


Properties


property ConnectedControl :


property DefaultValue : string


property EditMask :


property Length : Integer


property Value : string


Events


Variables


FLength : Integer;