Osztály TResponseObjectArray
Egység
Deklaráció
type TResponseObjectArray = class(TStringList)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistent
- TStrings
- TStringList
- TResponseObjectArray
Áttekintés
Metódusok
![]() |
function Create: TResponseObjectArray; |
![]() |
function CreateFrom(AJSON: string): TResponseObjectArray; |
![]() |
function AddPair(Name: string; Value: string): TStringList; |
![]() |
function AddItem: TJSONField; |
![]() |
function ToString: string; |
![]() |
function FromString(AString: string): Boolean; |
![]() |
function Join(ADelimiter: Char): string; |
![]() |
function JoinExt(ADelimiter: Char; AQuote: Char): string; |
![]() |
function Clear: TResponseObjectArray; |
![]() |
procedure DeepFree; |
![]() |
function Clone: TStringList; |
Tulajdonságok
![]() |
property Items[param1: LongInt]: TJSONField; |
Megjegyzés
Metódusok
![]() |
function Create: TResponseObjectArray; |
|
This item has no description. | |
![]() |
function CreateFrom(AJSON: string): TResponseObjectArray; |
|
This item has no description. | |
![]() |
function AddPair(Name: string; Value: string): TStringList; |
|
This item has no description. | |
![]() |
function AddItem: TJSONField; |
|
This item has no description. | |
![]() |
function ToString: string; |
|
This item has no description. | |
![]() |
function FromString(AString: string): Boolean; |
|
This item has no description. | |
![]() |
function Join(ADelimiter: Char): string; |
|
This item has no description. | |
![]() |
function JoinExt(ADelimiter: Char; AQuote: Char): string; |
|
This item has no description. | |
![]() |
function Clear: TResponseObjectArray; |
|
This item has no description. | |
![]() |
procedure DeepFree; |
|
This item has no description. | |
![]() |
function Clone: TStringList; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Items[param1: LongInt]: TJSONField; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
