Osztály TParams
Egység
Deklaráció
type TParams = class(TCollection)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistent
- TCollection
- TParams
Áttekintés
Metódusok
![]() |
procedure AssignValues(Value: TParams); |
![]() |
procedure AddParam(Value: TParam); |
![]() |
procedure RemoveParam(Value: TParam); |
![]() |
function CreateParam(FldType: TFieldType; ParamName: string; ParamType: TParamType): TParam; |
![]() |
function IsEqual(Value: TParams): Boolean; |
![]() |
function ParseSQL(SQL: string; DoCreate: Boolean): string; |
![]() |
function ParamByName(Value: string): TParam; |
![]() |
function FindParam(Value: string): TParam; |
Tulajdonságok
![]() |
property Items[param1: LongInt]: TParam; |
![]() |
property ParamValues[param1: string]: Variant; |
Megjegyzés
Metódusok
![]() |
procedure AssignValues(Value: TParams); |
|
This item has no description. | |
![]() |
procedure AddParam(Value: TParam); |
|
This item has no description. | |
![]() |
procedure RemoveParam(Value: TParam); |
|
This item has no description. | |
![]() |
function CreateParam(FldType: TFieldType; ParamName: string; ParamType: TParamType): TParam; |
|
This item has no description. | |
![]() |
function IsEqual(Value: TParams): Boolean; |
|
This item has no description. | |
![]() |
function ParseSQL(SQL: string; DoCreate: Boolean): string; |
|
This item has no description. | |
![]() |
function ParamByName(Value: string): TParam; |
|
This item has no description. | |
![]() |
function FindParam(Value: string): TParam; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Items[param1: LongInt]: TParam; |
|
This item has no description. | |
![]() |
property ParamValues[param1: string]: Variant; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
