ParentWindow
TVideoGrabber.ParentWindow |
||||
|
|
|
Specifies the window handle that underlies the parent control.
Declaration
property ParentWindow: HWnd read GetParentWindow write SetParentWindow;
__property HWND ParentWindow=read=GetParentWindow, write=SetParentWindow, nodefault
n/a
Description
ParentWindow refers to the window handle that underlies the parent control. To designate a non-VCL control as a parent, assign that control
s handle to ParentWindow.
Setting ParentWindow has no effect if the Parent property is not nil.
Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator