System.Classes.TBaseAsyncResult.IsCancelled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsCancelled: Boolean read GetIsCancelled;

C++

__property bool IsCancelled = {read=GetIsCancelled, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TBaseAsyncResult

Description

Indicates whether the asynchronous call has been cancelled (True) or not (False).

See Also