Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TParamTypes

Set of TParamType.

Declaration

Source position: db.pas line 1373

type TParamTypes = set of (

  ptUnknown,

  

Unknown type.

  ptInput,

  

Input parameter.

  ptOutput,

  

Output parameter, filled on result.

  ptInputOutput,

  

Input/output parameter.

  ptResult

  

Result parameter.

);

Description

TParamTypes is defined for completeness: a set of TParamType values.

See also

TParam.ParamType

  

Type of parameter.

TParamType

  

Parameter type.


Documentation generated on: Jul 24 2023