Type | Description | |||
String | A String expression that specifies the name of the controls on the form to be udated by the split bar when it moves, separated by comma character. For instance, "Command1,Command2" |
By default, if a control/component/object is contained in
Currently, the ObjectsRB property can be used in any of the following programming environments:
but it could work on other containers as well.
For instance, let's say we have the following layout:
so we have two split bars ( horizontal and vertical ), and three buttons/commands. One splitter should resizes the left-most button, and the rest, and the vertical split bar show resize the top-most button and the bellow one.
Select the split bar component in design mode and specify the ObjectsLT / ObjectsRB properties as shown bellow: