The CBA button is an EPOC 6 Crystal Reference Design specific object. It directly represents one of the four buttons found to the right of the screen. The ESF1 type includes automatically four buttons in the Control Button Array (CBA). The only way to select these buttons is to press the button on the device.
| Property | Type | Access | Description |
|---|---|---|---|
caption | string | read-only |
Contains either the value .nul or the current caption on the button
|
enabled | boolean | read-only | This is a boolean value that shows whether the control is enabled or not (a disabled control cannot hold focus or be clicked). |
form | esf1 | read-only | Contains a reference to the form (if any) to which the control is attached. |
next | esf1control | read-only | Contains a reference to the next control in the ring of controls in the control button array. |
onclick | esf1event | read/write |
Contains a reference to the embedded esf1event that is raised when the
control is clicked.
|
type | type | read-only | Contains a reference to the esf1cbabutton type object. |



