System.Classes.TBaseAsyncResult.IsCancelled

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsCancelled: Boolean read GetIsCancelled;

C++

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

Propriétés

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


Description

Indique si l'appel asynchrone a été annulé (True), sinon (False).

Voir aussi