Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WVBXControl:OnInitDialog() Method
Perform run-time initialisation of a control
------------------------------------------------------------------------------

Syntax
<oWnd>:OnInitDialog()   -->   x

Arguments
None.

Returns
Not currently used.

Description
This method can be used to perform run-time initialisation of
a control.  It is called as a result of the receipt of the
WM_INITDIALOG message by the dialog containing the control, so
the dialog has been created but is not yet visible.

If not already set, this method sets the hCtl and hWnd
properties of the VBX control.

The WDialog class invokes this method in each of the controls
it knows about, i.e. those added by WDialog:Add(), to allow
them to perform their own run-time initialisation.

Example


See Also: WDialog:Add() WControlWindow:OnInitDialog() WDialog:OnInitDialog()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson