Init Event |
Top Previous Next |
Is triggered when an object is created. Syntax Object.Init( [Param1, Param2, ...] ) Parameters Param1, Param2, ... You can pass any number of parameters to the Init event either on the DO FORM command line, or as part of the CREATEOBJECT() and NEWOBJECT() function calls. Remarks Applies to: Editbox Control | Form Control | Signature Control | Timer Control
The Init event fires in inside out order. Nested objects are initialized before their parent container is initialized. The Form's Init event is the last event to fire for a regular form. Compatibility The number of parameters is only constrained by the system resources that are available. See also Load Event Destroy Event |