System.Classes.TBaseAsyncResult.IsCancelled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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).

Siehe auch