phoMainPanel - cApplication
Holds the object-handle of the program's main panel
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoMainPanel
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoMainPanel to HandleVariable |
| Write Access: | Set phoMainPanel to HandleVariable/Value |
Description
Whenever you create a Panel object in your program, its object-handle is automatically assigned to the phoMainPanel property, which you can then use to access your panel object indirectly (that is, not using its name).