JVCL Help:TJvCsvColumn
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCsvColumn type
[+] JvCsvData.pas Records
[+] TJvCsvColumn Fields
Search in JVCL Help
Search in all projectsSummary
CSV Column Data Record
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. |
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.
About
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