Osztály TResponseObject
Egység
Deklaráció
type TResponseObject = class(TStringList)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistent
- TStrings
- TStringList
- TResponseObject
Áttekintés
Metódusok
![]() |
function Create: TResponseObject; |
![]() |
function CreateFrom(AJSON: string): TResponseObject; |
![]() |
function Clear: TResponseObject; |
![]() |
function CopyFrom(ASource: TStringList): TResponseObject; |
![]() |
function WeakCopyFrom(ASource: TStringList): TResponseObject; |
![]() |
function LoadFromString(AJSON: string): TResponseObject; |
![]() |
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 ResponseType: TResponseType; |
![]() |
property ObjectByName[param1: string]: TStringList; |
![]() |
property JSONObject[param1: string]: TResponseObject; |
![]() |
property JSONArray[param1: string]: TResponseObjectArray; |
![]() |
property AsArray: TResponseObjectArray; |
![]() |
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: TResponseObject; |
|
This item has no description. | |
![]() |
function CreateFrom(AJSON: string): TResponseObject; |
|
This item has no description. | |
![]() |
function Clear: TResponseObject; |
|
This item has no description. | |
![]() |
function CopyFrom(ASource: TStringList): TResponseObject; |
|
This item has no description. | |
![]() |
function WeakCopyFrom(ASource: TStringList): TResponseObject; |
|
This item has no description. | |
![]() |
function LoadFromString(AJSON: string): TResponseObject; |
|
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 ResponseType: TResponseType; |
|
This item has no description. | |
![]() |
property ObjectByName[param1: string]: TStringList; |
|
This item has no description. | |
![]() |
property JSONObject[param1: string]: TResponseObject; |
|
This item has no description. | |
![]() |
property JSONArray[param1: string]: TResponseObjectArray; |
|
This item has no description. | |
![]() |
property AsArray: TResponseObjectArray; |
|
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.
