JVCL Help:TJvCsvColumn

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

CSV Column Data Record

run\JvCsvData.pas


Pascal

 run\JvCsvData.pas
 PCsvColumn = ^TJvCsvColumn;
TJvCsvColumn = record
FFlag: TJvCsvColumnFlag;
FKeyFlag: Boolean;
FPhysical: Integer;
FFieldDef: TFieldDef;
end;


Members

Members Description
FFlag: TJvCsvColumnFlag; The CSV Field Type is stored in FFlag.
FKeyFlag: Boolean; Description for FKeyFlag
FPhysical: Integer; The Physical Column number is stored in FPhysical.
FFieldDef: TFieldDef; The corresponding VCL Field Def object for this CsvColumn record.

run\JvCsvData.pas


Description

A CSV Column Field Definition Record is one of the columns created while parsing the CsvFieldDef list of fields. It is not necessary for end users to know about this record type.

run\JvCsvData.pas


About

Navigation

run\JvCsvData.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page