MobileControl.Opening
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Event
Called when the control's layout is opening.
Notes
This is where you typically put initialization code.
Sample Code
This example in the Opening event of a label sets its text to "Hello":
Me.Text = "Hello"