Class TDateTimeField
Unit
Declaration
type TDateTimeField = class(TField)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- TField
- TDateTimeField
Overview
Methods
| Protected | function GetAsDateTime: TDateTime; override; |
| Protected | function getasdate: tdatetime; override; |
| Protected | function getastime: tdatetime; override; |
| Protected | function GetAsFloat: Double; override; |
| Protected | function GetAsString: string; override; |
| Protected | function GetAsVariant: variant; override; |
| Protected | function GetDataSize: Integer; override; |
| Protected | procedure GetText(var theText: string; ADisplayText: Boolean); override; |
| Protected | procedure SetAsDateTime(AValue: TDateTime); override; |
| Protected | procedure setasdate(avalue: tdatetime); override; |
| Protected | procedure setastime(avalue: tdatetime); override; |
| Protected | procedure SetAsFloat(AValue: Double); override; |
| Protected | procedure SetAsString(const AValue: string); override; |
| Protected | procedure SetVarValue(const AValue: Variant); override; |
| Protected | procedure dosetvalue(const sender: tobject; var avalue: flo64; var accept: boolean) override; |
| Public | constructor Create(AOwner: TComponent); override; |
Properties
| Public | property Value: TDateTime read GetAsDateTime write SetAsDateTime; |
| Published | property DisplayFormat: string read FDisplayFormat write SetDisplayFormat; |
| Published | property EditMask; |
| Published | property onsetvalue: datetimefieldsetvalueeventty
read fonsetvalue write fonsetvalue; |
Description
Methods
| Protected | function GetAsDateTime: TDateTime; override; |
|
This item has no description. | |
| Protected | function getasdate: tdatetime; override; |
|
This item has no description. | |
| Protected | function getastime: tdatetime; override; |
|
This item has no description. | |
| Protected | function GetAsFloat: Double; 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 theText: string; ADisplayText: Boolean); override; |
|
This item has no description. | |
| Protected | procedure SetAsDateTime(AValue: TDateTime); override; |
|
This item has no description. | |
| Protected | procedure setasdate(avalue: tdatetime); override; |
|
This item has no description. | |
| Protected | procedure setastime(avalue: tdatetime); override; |
|
This item has no description. | |
| Protected | procedure SetAsFloat(AValue: Double); 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: flo64; var accept: boolean) override; |
|
This item has no description. | |
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. | |
Properties
| Public | property Value: TDateTime read GetAsDateTime write SetAsDateTime; |
|
This item has no description. | |
| Published | property DisplayFormat: string read FDisplayFormat write SetDisplayFormat; |
|
This item has no description. | |
| Published | property EditMask; |
|
This item has no description. | |
| Published | property onsetvalue: datetimefieldsetvalueeventty
read fonsetvalue write fonsetvalue; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.