System.SyncObjs.THandleObject.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(UseCOMWait: Boolean = False);

C++

__fastcall THandleObject(bool UseCOMWait);

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs THandleObject

Description

Instancie un objet THandleObject.

Appelez Create pour créer un objet THandleObject.

Définissez le paramètre UseCOMWait pour garantir que lorsqu'un thread est bloqué et en attente de l'objet, tous les rappels STA COM peuvent être effectués dans ce thread.

Voir aussi