System.Classes.TBaseAsyncResult.Complete
Delphi
procedure Complete; virtual;
C++
virtual void __fastcall Complete();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Classes.pas System.Classes.hpp |
System.Classes | TBaseAsyncResult |
Description
Override this method to perform any extra state or signaling that the descendant class requires.
You must call this inherited method in the descendant class in order to properly set the completion and signal the sync handle. Failure to call this method may result in a dead lock or a hang.