Online Documentation for Advanced Data Import for RAD Studio VCL

TQImport3Wizard.AllowedImports

 

TQImport3Wizard                


 

type TAllowedImport = (aiXLS, aiDBF, aiXML, aiTXT, aiCSV);

type TAllowedImports = set of TAllowedImport;

 

property AllowedImports: TAllowedImports;

 

Description

The AllowedImports property defines the import types available in the dialog window. Add or remove values from the property to enable or disable corresponding import types.

 

 


See also:

AutoChangeExtension property

FileName property