Data.DB.TParamTypes
Delphi
type TParamTypes = set of TParamType;
C++
typedef System::Set<TParamType, TParamType::ptUnknown, TParamType::ptResult> TParamTypes;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
set typedef |
public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
TParamTypes est un ensemble de TParamType.
TParamTypes est un ensemble de TParamType qui est utilisé pour filtrer des paramètres afin qu'une application puisse travailler seulement avec ces paramètres intéressants.