TRVOfficeConverter.OnConverting

<< Click to display table of contents >>

TRVOfficeConverter.OnConverting

Occurs while converting (in ImportRTF, ExportRTF, ImportRV, ExportRV methods)

property OnConverting: TConvertingEvent;

type

  TConvertingEvent = procedure (Sender:TObject;

    Percent: Integer) of object;

Percent is a value of completeness, from 0 to 100.

See also event of TRichView:

OnProgress.