|
TRVOfficeConverter.ExportRV |
Top Previous Next |
|
Exports content of rv to file in foreign format. function ExportRV(const FileName: String; rv: TCustomRichView; ConverterIndex: Integer): Boolean; Parameters: FileName is a name of file to save. ConverterIndex is an index of export converter (in ExportConverters list) This method:
You can provide a visual indication for the conversion progress using OnConverting event. Return value: True if the export was successful, False if not. See also:
|