Data.DB.VarTypeToDataType
Delphi
function VarTypeToDataType(VarType: Integer): TFieldType;
C++
extern DELPHI_PACKAGE TFieldType __fastcall VarTypeToDataType(int VarType);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
Renvoie la valeur du type de champ qui correspond le plus précisément à un type Variant.
Appelez VarTypeToDataType pour déduire le type du composant champ devant contenir une valeur, étant donné son type Variant. Utilisez la fonction VarType pour obtenir un type Variant à partir d'un variant.