Data.SqlExpr.TFLDDesc.FSubType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

FSubType:         Word;             { Field subtype (if applicable) }

C++

System::Word FSubType;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TFLDDesc

Beschreibung

Gibt den Untertyp des Feldes an.

FSubType gibt den Untertyp des Feldes an, sofern anwendbar. Der Untertyp des Feldes ist sowohl in FldSubTypeMap als auch in BlobTypeMap (für BLOB-Objekte) zugeordnet.

Siehe auch