Osztály TJSONField
Egység
Deklaráció
type TJSONField = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TJSONField
Áttekintés
Metódusok
![]() |
function Create: TJSONField; |
![]() |
procedure Clear; |
![]() |
procedure SetNull; |
![]() |
function IsNull: Boolean; |
![]() |
function FieldType: TJSONFieldType; |
![]() |
procedure SetFromField(AField: TField); |
Tulajdonságok
![]() |
property Value: string; |
![]() |
property AsString: string; |
![]() |
property AsBoolean: Boolean; |
![]() |
property AsInteger: LongInt; |
![]() |
property AsFloat: Extended; |
![]() |
property AsDouble: Extended; |
![]() |
property AsDate: TDateTime; |
![]() |
property AsTime: TDateTime; |
![]() |
property AsDateTime: TDateTime; |
![]() |
property AsVariant: Variant; |
![]() |
property AsParamObject: TParamObject; |
![]() |
property AsParamArray: TParamObjectArray; |
![]() |
property AsResponseObject: TResponseObject; |
![]() |
property AsResponseArray: TResponseObjectArray; |
![]() |
property JSONParent: TObject; |
![]() |
property JSONObject: TObject; |
![]() |
property FieldName: string; |
![]() |
property FieldIndex: LongInt; |
![]() |
property FieldExists: Boolean; |
![]() |
property ObjectField: Boolean; |
![]() |
property AsObject: TJSONObject; |
![]() |
property AsArray: TJSONArray; |
Megjegyzés
Metódusok
![]() |
function Create: TJSONField; |
|
This item has no description. | |
![]() |
procedure Clear; |
|
This item has no description. | |
![]() |
procedure SetNull; |
|
This item has no description. | |
![]() |
function IsNull: Boolean; |
|
This item has no description. | |
![]() |
function FieldType: TJSONFieldType; |
|
This item has no description. | |
![]() |
procedure SetFromField(AField: TField); |
|
This item has no description. | |
Tulajdonságok
![]() |
property Value: string; |
|
This item has no description. | |
![]() |
property AsString: string; |
|
This item has no description. | |
![]() |
property AsBoolean: Boolean; |
|
This item has no description. | |
![]() |
property AsInteger: LongInt; |
|
This item has no description. | |
![]() |
property AsFloat: Extended; |
|
This item has no description. | |
![]() |
property AsDouble: Extended; |
|
This item has no description. | |
![]() |
property AsDate: TDateTime; |
|
This item has no description. | |
![]() |
property AsTime: TDateTime; |
|
This item has no description. | |
![]() |
property AsDateTime: TDateTime; |
|
This item has no description. | |
![]() |
property AsVariant: Variant; |
|
This item has no description. | |
![]() |
property AsParamObject: TParamObject; |
|
This item has no description. | |
![]() |
property AsParamArray: TParamObjectArray; |
|
This item has no description. | |
![]() |
property AsResponseObject: TResponseObject; |
|
This item has no description. | |
![]() |
property AsResponseArray: TResponseObjectArray; |
|
This item has no description. | |
![]() |
property JSONParent: TObject; |
|
This item has no description. | |
![]() |
property JSONObject: TObject; |
|
This item has no description. | |
![]() |
property FieldName: string; |
|
This item has no description. | |
![]() |
property FieldIndex: LongInt; |
|
This item has no description. | |
![]() |
property FieldExists: Boolean; |
|
This item has no description. | |
![]() |
property ObjectField: Boolean; |
|
This item has no description. | |
![]() |
property AsObject: TJSONObject; |
|
This item has no description. | |
![]() |
property AsArray: TJSONArray; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
