Data.DB.TParamTypes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
set
typedef
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TParamTypes = set of TParamType;

C++

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

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