Online Documentation for Advanced Data Import for RAD Studio VCL
TQImport3Wizard.OnLoadTemplate
type TImportLoadTemplateEvent = procedure(Sender: TObject; const FileName: string); of object;
property OnLoadTemplate: TImportLoadTemplateEvent;
Description
The OnLoadTemplate event takes place after the template is loaded to the wizard. According to the FileName parameter which stands for the template file name, you can take any actions you need.