Online Documentation for Advanced Data Export for RAD Studio VCL

TQExport4Dialog.AllowedExports

 

TQExport4Dialog                


property AllowedExports: TAllowedExports;

 

Description

The AllowedExports property defines the export types available in the dialog window. It is a set of boolean subproperties each of which corresponds to a certain export type. The following subproperties are availavble in TAllowedExports:

aeXLS

aeWord

aeRTF

aeHTML

aeXML

aeDBF

aeTXT

aeCSV

aeDIFF

aeSylk

aeLaTeX

aeSQL

aeClipboard

 

All the subproperties are default true. If you don't want any of these types to appear in the dialog window set its subproperty to false.

 


See also:

AutoChangeFileExt property

CommonOptions property