[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of TParamType
Source position: db.pas line 1135
type TParamTypes = set of ( |
||
ptUnknown, |
|
Unknown type |
ptInput, |
|
Input parameter |
ptOutput, |
|
Output paramete, 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 |