JVCL Help:TJvCsvDataSet.FieldDefs

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

Search in JVCL Help

 
Search in all projects
 

Summary

Standard VCL Data Aware Component Feature.


Pascal

 propertyFieldDefs;


Description

The FieldDefs property contains the field definition objects auto-generated by the Delphi IDE, or created dynamically when the table is opened.
Note that you MUST set up CsvFieldDef property before you can dynamically or statically create the FieldDefs.
Standard DataSet Field Definitions. The same field definitions as you would find in any other TDataSet descendant, such as TTable.FieldDefs, or TClientDataSet.FieldDefs.


See Also

TJvCsvDataSet.CsvFieldDef, ,


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