TGetIncludeEventArgs.Create Constructor
Creates a new Argument.
Syntax
Unit: FlexCel.Report
constructor TGetIncludeEventArgs.Create(const aExcelFile: TExcelFile; const aFileName: string; const aIncludeData: TBytes);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aExcelFile |
TExcelFile |
The ExcelFile that has the report doing the include. |
const |
aFileName |
string |
File that we are trying to include. |
const |
aIncludeData |
TBytes |
The included file as an array of bytes. If you return null, the file will be searched on disk. |
See also