Data.DB.TParamTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TParamTypes = set of TParamType;

C++

typedef System::Set<TParamType, TParamType::ptUnknown, TParamType::ptResult> TParamTypes;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

TParamTypes is a set of TParamType.

TParamTypes is a set of TParamType that is used to filter parameters so that an application can only work with those parameters that are of interest.

See Also