RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.EnableModeless Method

Enables or disables the modeless dialogs of the ActiveX control.

Pascal
function EnableModeless(fEnable: BOOL): HResult; stdcall;
C++
__fastcall __stdcall HRESULT EnableModeless(BOOL fEnable);

Call EnableModeless to enable or disable the modeless dialog boxes of the ActiveX control. To make modal dialogs work properly, you must perform a call to the EnableModeless methods with the fEnable parameter set to False

 

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