Advance Pascal Script (DWS Extanded)
TParam
TParam- -
Description
Hierarchytype TParam= class(TCollectionItem)
property DATATYPE:Integer;
property NAME:String;
property NUMERICSCALE:Integer;
property PARAMTYPE:Integer;
property PRECISION:Integer;
property SIZE:Integer;
property VALUE:Variant;
procedure loadFromFile(filename: String; blobtype: Integer)
procedure setMemo(Value: String)
end;
UP