RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDef.DataType Property

Determines the type of a physical field.

Pascal
property DataType: TFieldType;
C++
__property TFieldType DataType;

Use DataType to find out what type of data the field contains. When adding field definitions to a dataset, set DataType to specify what type of field is being defined. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!