RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCommonDialog.Handle Property

Specifies the window handle of the dialog.

Pascal
property Handle: HWnd;
C++
__property HWnd Handle;

The Handle property, which provides access to the dialog's window handle after a call to Execute, can be used in OnShow and OnClose event handlers. Handle is reset to 0 after the dialog closes. 

 

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