Applies to
Declaration
property FormatCompleted: Integer;
Description
This property indicates the percentage of completion of the following operations:
reformatting due to a property change that affect the display aspect;
loading and saving from/to streams.
When none of these operations is actually in course, FormatCompleted returns -1. Otherwise, it returns a value between 0 to 100 that indicates the percentage of completion.
This property is intended to be queried inside an OnProgress handler to update a status bar, for example. It is a read only and run time only property.