The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



OnPercentDone


Unit:SDL_replist
Class:TReportListView
Declaration:property OnPercentDone: TOnPercentDoneEvent;
{ TOnPercentDoneEvent = procedure (Sender: TObject; PercentDone: integer) of object; }

The event OnPercentDone occurs when the component either reads or writes XML data, or sorts the data. In particular, the following methods generate an OnPercentDone event:

LoadFromXMLFile, LoadLinesFromFile, ReadFromXMLString, ReadFromXMLStream, ReadFromOpenXMLFile, WriteToOpenXMLFile, WriteToXMLStream, SaveAsXMLFile, Sort.

Hint: Please note that clicking any column header triggers the sorting process if SortEnabled is TRUE. In this case the OnPercentDone event is triggered, as well.



Last Update: 2023-Dec-13