Online Documentation for Advanced Data Export for RAD Studio VCL

TQExport4.OnlyVisibleFields

 

TQExport4                


property OnlyVisibleFields: boolean;

 

Description

The OnlyVisibleFields property is used in all the TQExport4 descendant components. If OnlyVisibleFields is true, and ExportedFields is empty, then all the fields with Visible=True will be exported (except BLOBs). If OnlyVisibleFields is true, and ExportedFields is not empty, then only fields, included into ExportedFields, with Visible=True will be exported.