Osztály TParamObjectArray
Egység
Deklaráció
type TParamObjectArray = class(TStringList)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistent
- TStrings
- TStringList
- TParamObjectArray
Áttekintés
Metódusok
![]() |
function Create: TParamObjectArray; |
![]() |
function CreateFrom(AJSON: string): TParamObjectArray; |
![]() |
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: TJSONObject; |
![]() |
procedure DeepFree; |
![]() |
function Clone: TStringList; |
Tulajdonságok
![]() |
property Items[param1: LongInt]: TJSONField; |
Megjegyzés
Metódusok
![]() |
function Create: TParamObjectArray; |
|
This item has no description. | |
![]() |
function CreateFrom(AJSON: string): TParamObjectArray; |
|
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: TJSONObject; |
|
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.
