System.Classes.TBaseAsyncResult.IsCancelled
Delphi
property IsCancelled: Boolean read GetIsCancelled;
C++
__property bool IsCancelled = {read=GetIsCancelled, nodefault};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TBaseAsyncResult |
Beschreibung
Gibt an, ob der asynchrone Aufruf abgebrochen wurde (True) oder nicht (False).