System.Classes.TBaseAsyncResult.Cancel
Delphi
function Cancel: Boolean;
C++
bool __fastcall Cancel();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Classes.pas System.Classes.hpp |
System.Classes | TBaseAsyncResult |
説明
非同期オペレーションをキャンセルし、成功時には True
を、非同期オペレーションがサポートされていない場合には False
を返します。