Online Documentation for Advanced Data Export for RAD Studio VCL

TqeCustomColumn.ColumnType

 

TqeCustomColumn


type 

  TQExportColType = (ectInteger, ectBigint, ectFloat, ectCurrency, ectDate, ectTime, ectDateTime, ectString, 

ectBoolean, ectUnknown);

 

property ColumnType: TQExportColType;

 

Description

The ColumnType property defines the type of data in the column which is used to format data. You can define format settings through the Formats property of the TQexport3 class or its descendant which uses this column.