Firemonkey TMS Grid Export and Import filters
ContentsIndexHome
PreviousUpNext
TTMSFMXGridExcelExport.ExportHtml Method (TFlexCelHtmlExport, string, THtmlExportMode)

Exports the attached grid or workbook to HTML. As this method uses a TFlexCelHtmlExport class to do the export, you can customize all options in the html exporting before calling this method.

Pascal
procedure ExportHtml(const aHtml: TFlexCelHtmlExport; const aFileName: string; const aExportMode: THtmlExportMode); overload;
Parameters 
Description 
const aHtml: TFlexCelHtmlExport 
This is a TFlexCelHtmlExport component that you need to create.  
const aFileName: string 
Filename of the generated file. All extra files like images will be stored in the same folder.  
const aExportMode: THtmlExportMode 
How the grid will be exported.  
Copyright (c) 2002-2013 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!