Advance Pascal Script (DWS Extanded)
TParamDefs
TParamDefs- -
Description
Hierarchytype TParamDefs= class(TCollection)
function Add: TParamDef
procedure Append(Name: String; DataType: Integer; Size: Integer; Direction: Integer; Value: Variant)
function Items(Index: Integer): TParamDef
end;
UP