RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THandleObject.Create Constructor

Instantiates a THandleObject object.

Pascal
constructor Create(UseCOMWait: Boolean = False);
C++
__fastcall THandleObject(Boolean UseCOMWait = False);

Call Create to create a THandleObject object. 

Set the UseCOMWait parameter to ensure that when a thread is blocked and waiting for the object, any STA COM calls can be made back into this thread. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!