Class TINIEntryFloat (unit INIEnt)

Inherits from

TINIEntryStreamed

Constructors


constructor Create(AOwner:TComponent);

******************************************************* INIEntryFloat ********************************************************


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 GetWinControl(AOwner:TComponent;WParent:TControl;cInfo:TCreateInfo):TControl;


function IsConnectionToControlSupported(WC:TWinControl):Boolean;


procedure OnEditExit(Sender:TObject);


Properties

property ConnectedControl :


property DefaultValue : Double


property DisplayFormat : string


property EditMask :


property Value : Double


Events

Variables

FDisplayFormat : string;


FExitEvent : TNotifyEvent;



Constructors


constructor Create(AOwner:TComponent);

******************************************************* INIEntryFloat ********************************************************


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 GetWinControl(AOwner:TComponent;WParent:TControl;cInfo:TCreateInfo):TControl;


function IsConnectionToControlSupported(WC:TWinControl):Boolean;


procedure OnEditExit(Sender:TObject);


Properties


property ConnectedControl :


property DefaultValue : Double


property DisplayFormat : string


property EditMask :


property Value : Double


Events


Variables


FDisplayFormat : string;


FExitEvent : TNotifyEvent;