RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TForm.ClientHandle Property

Provides access to the handle of the form's internal MDI client window.

Pascal
property ClientHandle: HWND;
C++
__property HWND ClientHandle;

Use ClientHandle to get the handle for the form's internal MDI client window. 

ClientHandle is meaningful only if the form is an MDI parent (that is, if the form's FormStyle property is set to fsMDIForm).

Note: Use the Handle property instead to get the handle to the form window itself.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!