WebControl.Open

From Xojo Documentation

Event


WebControl.Open()

New in 2010r4

Supported for all project types and targets.


The control has been created and the page is about to open but has not been sent to the browser yet.

Notes

The Open event handler can be used to initialize non-visual properties and settings for controls.

In most cases, you should use the Shown event to initialize controls.