[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'db' (#fcl)

TParamType

Parameter type

Declaration

Source position: db.pas line 1134

type TParamType = (

  ptUnknown,

  

Unknown type

  ptInput,

  

Input parameter

  ptOutput,

  

Output paramete, filled on result

  ptInputOutput,

  

Input/output parameter

  ptResult

  

Result parameter

);

Description

TParamType indicates the kind of parameter represented by a TParam instance. it has one of the following values:

ptUnknown
Unknown type
ptInput
Input parameter
ptOutput
Output paramete, filled on result
ptInputOutput
Input/output parameter
ptResult
Result parameter

See also

TParam

  

Parameter description class

TParam.ParamType

  

Type of parameter


Documentation generated on: Nov 14 2015