Class TSDIntegerField (unit SDQuery)

Inherits from

TSDNumericField

TSDIntegerField

Constructors


constructor Create(AOwner: TComponent);

TSDIntegerField


Functions

function IsValidChar(Ch: Char): Boolean;


function GetAsFloat: Double;


function GetAsInteger: Longint;


function GetAsString: string;


procedure GetText(var Text: string; DisplayText: Boolean);


function GetValue(var Value: Longint): Boolean;


procedure SetAsFloat(Value: Double);


procedure SetAsInteger(Value: Longint);


procedure SetAsString(const Value: string);


procedure CheckRange(Value, Min, Max: Longint);


procedure SetMaxValue(Value: Longint);


procedure SetMinValue(Value: Longint);


Properties

property MaxValue : Longint


property MinValue : Longint


property Value : Longint


Events

Variables

FMaxRange : Longint;


FMaxValue : Longint;


FMinRange : Longint;


FMinValue : Longint;



Constructors


constructor Create(AOwner: TComponent);

TSDIntegerField


Functions


function IsValidChar(Ch: Char): Boolean;


function GetAsFloat: Double;


function GetAsInteger: Longint;


function GetAsString: string;


procedure GetText(var Text: string; DisplayText: Boolean);


function GetValue(var Value: Longint): Boolean;


procedure SetAsFloat(Value: Double);


procedure SetAsInteger(Value: Longint);


procedure SetAsString(const Value: string);


procedure CheckRange(Value, Min, Max: Longint);


procedure SetMaxValue(Value: Longint);


procedure SetMinValue(Value: Longint);


Properties


property MaxValue : Longint


property MinValue : Longint


property Value : Longint


Events


Variables


FMaxRange : Longint;


FMaxValue : Longint;


FMinRange : Longint;


FMinValue : Longint;