Client_Id - BasicPanel
The ID of the panels's client-area object
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Client_Id
| Access Type | Syntax |
|---|---|
| Read Access: | Get Client_Id to IntegerVariable |
| Write Access: | Set Client_Id to IntegerVariable/Value |
Description
Client_id is the ID of the panels's client-area object. Client-area objects are not supported by the BasicPanel so this ID should be zero. They are supported by the subclass AppPanel.
Default is zero.