MobileControl.Opening

From Xojo Documentation

Event


MobileControl.Opening()

New in 2020r2

Supported on Mobile.

Called when the control's layout is opening.

Notes

This is where you typically put initialization code.

Sample Code

Set label text in Opening event:

Me.Text = "Hello"