System.Classes.TBaseAsyncResult.IsCancelled
Delphi
property IsCancelled: Boolean read GetIsCancelled;
C++
__property bool IsCancelled = {read=GetIsCancelled, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TBaseAsyncResult |
説明
非同期呼出しがキャンセルされたか(True)否か(False)を示します。