Advance Pascal Script (DWS Extanded)
TParamDef
TParamDef- -
Description
Hierarchy
TVCLObject
TPersistent
TCollectionItem
TNamedItem
TValuedItem
type
TParamDef=
class
(
TValuedItem
)
property DIRECTION:Integer;
property PARAMTYPE:Integer;
property SIZE:Integer;
property SQLCURSOR:TSQLCursor;
end;
UP