Osztály TParamObject
Egység
Deklaráció
type TParamObject = class(TStringList)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistent
- TStrings
- TStringList
- TParamObject
Áttekintés
Metódusok
![]() |
function Create: TParamObject; |
![]() |
function CreateFrom(AJSON: string): TParamObject; |
![]() |
function Clear: TParamObject; |
![]() |
function CopyFrom(ASource: TStringList): TParamObject; |
![]() |
function WeakCopyFrom(ASource: TStringList): TParamObject; |
![]() |
function LoadFromString(AJSON: string): TParamObject; |
![]() |
function AddPair(Name: string; Value: string): TStringList; |
![]() |
function ToString: string; |
![]() |
function FromString(AString: string): Boolean; |
![]() |
procedure DeepFree; |
![]() |
function FieldIndex(AName: string): LongInt; |
![]() |
function Clone: TStringList; |
Tulajdonságok
![]() |
property ObjectByName[param1: string]: TStringList; |
![]() |
property JSONObject[param1: string]: TParamObject; |
![]() |
property JSONArray[param1: string]: TParamObjectArray; |
![]() |
property AsArray: TParamObjectArray; |
![]() |
property _[param1: string]: TJSONField; |
![]() |
property FieldNames[param1: LongInt]: string; |
![]() |
property FieldTypes[param1: LongInt]: TJSONFieldType; |
![]() |
property FieldByIndex[param1: LongInt]: TJSONField; |
Megjegyzés
Metódusok
![]() |
function Create: TParamObject; |
|
This item has no description. | |
![]() |
function CreateFrom(AJSON: string): TParamObject; |
|
This item has no description. | |
![]() |
function Clear: TParamObject; |
|
This item has no description. | |
![]() |
function CopyFrom(ASource: TStringList): TParamObject; |
|
This item has no description. | |
![]() |
function WeakCopyFrom(ASource: TStringList): TParamObject; |
|
This item has no description. | |
![]() |
function LoadFromString(AJSON: string): TParamObject; |
|
This item has no description. | |
![]() |
function AddPair(Name: string; Value: string): TStringList; |
|
This item has no description. | |
![]() |
function ToString: string; |
|
This item has no description. | |
![]() |
function FromString(AString: string): Boolean; |
|
This item has no description. | |
![]() |
procedure DeepFree; |
|
This item has no description. | |
![]() |
function FieldIndex(AName: string): LongInt; |
|
This item has no description. | |
![]() |
function Clone: TStringList; |
|
This item has no description. | |
Tulajdonságok
![]() |
property ObjectByName[param1: string]: TStringList; |
|
This item has no description. | |
![]() |
property JSONObject[param1: string]: TParamObject; |
|
This item has no description. | |
![]() |
property JSONArray[param1: string]: TParamObjectArray; |
|
This item has no description. | |
![]() |
property AsArray: TParamObjectArray; |
|
This item has no description. | |
![]() |
property _[param1: string]: TJSONField; |
|
This item has no description. | |
![]() |
property FieldNames[param1: LongInt]: string; |
|
This item has no description. | |
![]() |
property FieldTypes[param1: LongInt]: TJSONFieldType; |
|
This item has no description. | |
![]() |
property FieldByIndex[param1: LongInt]: TJSONField; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
