Class TLargeintField
Unit
Declaration
type TLargeintField = class(TNumericField)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- TField
- TNumericField
- TLargeintField
Overview
Methods
| Protected | function GetAsFloat: Double; override; |
| Protected | function GetAsLongint: Longint; override; |
| Protected | function GetAsLargeint: Largeint; override; |
| Protected | function GetAsString: string; override; |
| Protected | function GetAsVariant: variant; override; |
| Protected | function GetDataSize: Integer; override; |
| Protected | procedure GetText(var AText: string; ADisplayText: Boolean); override; |
| Protected | function GetValue(var AValue: Largeint): Boolean; |
| Protected | procedure SetAsFloat(AValue: Double); override; |
| Protected | procedure SetAsLongint(AValue: Longint); override; |
| Protected | procedure SetAsLargeint(AValue: Largeint); override; |
| Protected | procedure SetAsString(const AValue: string); override; |
| Protected | procedure SetVarValue(const AValue: Variant); override; |
| Protected | procedure dosetvalue(const sender: tobject; var avalue: int64; var accept: boolean) override; |
| Public | constructor Create(AOwner: TComponent); override; |
| Public | Function CheckRange(AValue : largeint) : Boolean; |
Properties
| Public | property Value: Largeint read GetAsLargeint write SetAsLargeint; |
| Published | property MaxValue: Largeint read FMaxValue write SetMaxValue default 0; |
| Published | property MinValue: Largeint read FMinValue write SetMinValue default 0; |
| Published | property onsetvalue: int64fieldsetvalueeventty
read fonsetvalue write fonsetvalue; |
Description
Methods
| Protected | function GetAsFloat: Double; override; |
|
This item has no description. | |
| Protected | function GetAsLongint: Longint; override; |
|
This item has no description. | |
| Protected | function GetAsLargeint: Largeint; override; |
|
This item has no description. | |
| Protected | function GetAsString: string; override; |
|
This item has no description. | |
| Protected | function GetAsVariant: variant; override; |
|
This item has no description. | |
| Protected | function GetDataSize: Integer; override; |
|
This item has no description. | |
| Protected | procedure GetText(var AText: string; ADisplayText: Boolean); override; |
|
This item has no description. | |
| Protected | function GetValue(var AValue: Largeint): Boolean; |
|
This item has no description. | |
| Protected | procedure SetAsFloat(AValue: Double); override; |
|
This item has no description. | |
| Protected | procedure SetAsLongint(AValue: Longint); override; |
|
This item has no description. | |
| Protected | procedure SetAsLargeint(AValue: Largeint); override; |
|
This item has no description. | |
| Protected | procedure SetAsString(const AValue: string); override; |
|
This item has no description. | |
| Protected | procedure SetVarValue(const AValue: Variant); override; |
|
This item has no description. | |
| Protected | procedure dosetvalue(const sender: tobject; var avalue: int64; var accept: boolean) override; |
|
This item has no description. | |
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. | |
| Public | Function CheckRange(AValue : largeint) : Boolean; |
|
This item has no description. | |
Properties
| Public | property Value: Largeint read GetAsLargeint write SetAsLargeint; |
|
This item has no description. | |
| Published | property MaxValue: Largeint read FMaxValue write SetMaxValue default 0; |
|
This item has no description. | |
| Published | property MinValue: Largeint read FMinValue write SetMinValue default 0; |
|
This item has no description. | |
| Published | property onsetvalue: int64fieldsetvalueeventty
read fonsetvalue write fonsetvalue; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.