iOSControl.Open
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Event
Called after the control is created. This is where you typically put initialization code.
Sample Code
Set label text in Open event:
Me.Text = "Hello"