|
|
|
|
|
- Report (Report editor): Visible or invisible control/block
- State of a group of controls
- State of a column in a Table control
- Tabs and controls in a tab pane
- Sidebar and controls in a tab pane
- Radio Button/Check Box controls and their options
- Active control made invisible or not
- Menu options
- Limitations
State (Property) In french: Etat
The State property gets and sets the state: - of a control in a window, page or report.
- of a block in a report,
- of a window.
STC_Static1.State = Active
Remarks Report (Report editor): Visible or invisible control/block In a report, the only possible state for a control or a block is visible or invisible. To set the visibility of a control, it is recommended to use the Visible property. This property optimizes the management of control visibility. State of a group of controls - Finding out the state of a group of controls: the state corresponds to the state of the first control in the group.
- Changing the state of a group of controls: all the controls of the group are modified and correspond to the new state.
State of a column in a Table control If the State property is applied to a column of a Table control, the state of the entire column is changed (and not only the state of the cell). Caution: the State property only restricts the state of the column defined in the description window. For example, if the column is read-only, no column cell can become editable.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|