| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Set of TParamType
Source position: db.pas line 1172
type TParamTypes = set of (  | 
||
ptUnknown,  | 
  | 
Unknown type  | 
ptInput,  | 
  | 
Input parameter  | 
ptOutput,  | 
  | 
Output parameter, filled on result  | 
ptInputOutput,  | 
  | 
Input/output parameter  | 
ptResult  | 
  | 
Result parameter  | 
);  | 
TParamTypes is defined for completeness: a set of TParamType values.
  | 
Type of parameter  | 
|
  | 
Parameter type  |