- splitbar
- get_pane_scroll_bar_visibility
- get_pane_visibility
- get_splitter_button
- get_splitter_color
- get_splitter_move
- get_splitter_orientation
- get_splitter_position
- get_splitter_width
- set_pane_activity
- set_pane_background_color
- set_pane_min
- set_splitter_button
- set_splitter_color
- set_splitter_move
- set_splitter_position
- set_splitter_width
- set_pane_scroll_bar_visibility
- get_pane_activity
- get_pane_background_color
- get_pane_min
List of return codes for the various methods
_SPLT_ERR_OK |
Method run successfully. |
_SPLT_PARAM_ERR |
One or more invalid parameters. |
_SPLT_TYPE_ERR |
One or more of the method's variables is the wrong Adelia type. |
_SPLT_ERR_EXEC |
Anomaly during execution (this should never happen). |
_SPLT_ERR_STRING_LENGTH |
The method must return a character string longer than the Adelia variable. |
_SPLT_ERR_MIN_SPACE_EXCEED |
The method was unable to place the bar at the specified position as the minimum space for one of the views is not respected. |
_SPLT_ERR_INVALID_MIN_SPACE |
The method could not allocate the specified minimum space to the view. |
Retrieves the activity of a division's pane.
Syntax | ||
CALL_METHOD SplitBarObjectName GET_PANE_ACTIVITY DivisionName PaneNumber Activity ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
PaneNumber(E) |
NUM_BIN_2 |
Pane number. |
Activity(S) |
BOOL |
Pane activity. |
ReturnCode(S) |
NUM_BIN_4 |
Method's return code. Possible values : _SPLT_ERR_OK _SPLT_PARAM_ERR |
Retrieves the background color or a division pane.
Syntax | ||||||||||||||||||||||||||||||||||||
CALL_METHOD SplitBarObjectName GET_PANE_BACKGROUND_COLOR DivisionName PaneNum Color ReturnCode |
||||||||||||||||||||||||||||||||||||
Parameters |
||||||||||||||||||||||||||||||||||||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
||||||||||||||||||||||||||||||||||
PaneNumber(E) |
NUM_BIN_2 |
Pane number. |
||||||||||||||||||||||||||||||||||
Color(E) |
NUM_BIN_4 |
Color. Possible values:
|
||||||||||||||||||||||||||||||||||
ReturnCode (O) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Retrieves the minimum space of a division pane.
Syntax | ||
CALL_METHOD SplitBarObjectName GET_PANE_MIN DivisionName PaneNum PaneWidth ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
PaneNum(E) |
NUM_BIN_2 |
Pane number. |
PaneWidth(E) |
NUM_BIN_4 |
Minimum pane space. |
ReturnCode(S) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Retrieves the visibility status of the vertical and horizontal scrollbars of a division pane, when the size of the pane is reduced from its initial size.
Syntax | ||
CALL_METHOD SplitBarObjectName GET_PANE_SCROLL_BAR_VISIBILITY DivisionName PaneNumber ScrollBarVisible ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
PaneNumber(E) |
NUM_BIN_2 |
Pane number. |
ScrollBarVisible(S) |
BOOL |
Vertical and horizontal scroll bar visibility. |
ReturnCode(S) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Retrieves a pane's visibility status. A pane is invisible if the split bar completely hides the pane.
Syntax | ||
CALL_METHOD SplitBarObjectName GET_PANE_VISIBILITY DivisionName PaneNumber Visible ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
PaneNumber(E) |
NUM_BIN_2 |
Pane number. |
Visible(S) |
BOOL |
Pane visibility. |
ReturnCode(S) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Retrieves the type of the button displayed on the split bar.
Syntax | ||
CALL_METHOD SplitBarObjectName GET_SPLITTER_BUTTON DivisionName Button ReturnCode |
||
Parameters |
||
DivisionName(I) |
ALPHA(30) |
Name of the division. |
Button(I) |
NUM_BIN_2 |
Type of the button displayed on the split bar. Possible values: 0: No button is displayed. 1: Button to reduce the view down or to the right. 2: Button to reduce the view up or to the left. |
ReturnCode (O) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Retrieves the color of the split bar.
Syntax | ||||||||||||||||||||||||||||||||||||
CALL_METHOD SplitBarObjectName GET_SPLITTER_COLOR DivisionName Color ReturnCode |
||||||||||||||||||||||||||||||||||||
Parameters |
||||||||||||||||||||||||||||||||||||
DivisionName(I) |
ALPHA(30) |
Name of the division. |
||||||||||||||||||||||||||||||||||
Color(I) |
NUM_BIN_4 |
Color Possible values:
|
||||||||||||||||||||||||||||||||||
ReturnCode (O) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Determines whether a split bar can be moved with the mouse.
Syntax | ||
CALL_METHOD SplitBarObjectName GET_SPLITTER_MOVE DivisionName Move ReturnCode |
||
Parameters |
||
DivisionName(I) |
ALPHA(30) |
Name of the division. |
Move(E) |
BOOL |
Bar movement. |
ReturnCode (O) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Retrieves the horizontal or vertical orientation of the bar in a division.
Syntax | ||
CALL_METHOD SplitBarObjectName GET_SPLITTER_ORIENTATION DivisionName Orientation ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
Orientation(S) |
NUM_BIN_2 |
Vertical or horizontal orientation of the bar. Possible values: _SPLT_ORIENT_HORIZONTAL _SPLT_ORIENT_VERTICAL |
ReturnCode (S) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Retrieves the position of the bar in a division. The reference point is the top left-hand corner of the division.
Syntax | ||
CALL_METHOD SplitBarObjectName GET_SPLITTER_POSITION DivisionName Position ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
Position(E) |
NUM_BIN_4 |
X or Y coordinates of the bar relative to the division. |
ReturnCode (S) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR _SPLT_ERR_MIN_SPACE_EXCEED |
Retrieves the width of a division's split bar.
Syntax | ||
CALL_METHOD SplitBarObjectName GET_SPLITTER_WIDTH DivisionName SpltWidth ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
SpltWidth(E) |
NUM_BIN_2 |
Bar width. |
ReturnCode (S) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Enables or disables a given pane. If the pane is disabled, it does not react to the user's keyboard or mouse actions. Any controls placed in the pane are also disabled.
Syntax | ||
CALL_METHOD SplitBarObjectName SET_PANE_ACTIVITY DivisionName PaneNum Activity ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
PaneNumber(E) |
NUM_BIN_2 |
Pane number. |
Activity(E) |
BOOL |
Pane activity. |
ReturnCode (O) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR
|
Defines the background color or a division pane.
Syntax | ||||||||||||||||||||||||||||||||||||
CALL_METHOD SplitBarObjectName SET_PANE_BACKGROUND_COLOR DivisionName PaneNum Color ReturnCode |
||||||||||||||||||||||||||||||||||||
Parameters |
||||||||||||||||||||||||||||||||||||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
||||||||||||||||||||||||||||||||||
PaneNumber(E) |
NUM_BIN_2 |
Pane number. |
||||||||||||||||||||||||||||||||||
Color(E) |
NUM_BIN_4 |
Color. Possible values:
|
||||||||||||||||||||||||||||||||||
ReturnCode (O) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Defines the minimum space for a division pane, hence the limit beyond which the user can no longer drag the bar with the mouse.
The size of the pane is always greater than or equal to the minimum space. Consequently, calling this method may result in the movement of the bar.
Syntax | ||
CALL_METHOD SplitBarObjectName SET_PANE_MIN DivisionName PaneNum PaneWidth ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
PaneNum(E) |
NUM_BIN_2 |
Pane number. |
PaneWidth(E) |
NUM_BIN_4 |
Minimum pane space. |
The method fails, returning the code _SPLT_ERR_INVALID_MIN_SPACE in the following situations:
|
||
ReturnCode(S) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR _SPLT_ERR_INVALID_MIN_SPACE |
Set the visibility of the vertical and horizontal scrollbars of a division pane.
Syntax | ||
CALL_METHOD SplitBarObjectName SET_PANE_SCROLL_BAR_VISIBILITY DivisionName PaneNumber ScrollBarVisible ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
PaneNumber(E) |
NUM_BIN_2 |
Pane number. |
ScrollBarVisible(S) |
BOOL |
Vertical and horizontal scroll bar visibility. |
ReturnCode(S) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Manages the display of a button on the split bar.
This button allows either to reduce the view down/to the right, or to reduce the view up/to the left.
Syntax | ||
CALL_METHOD SplitBarObjectName SET_SPLITTER_BUTTON DivisionName Button ReturnCode |
||
Parameters |
||
DivisionName(I) |
ALPHA(30) |
Name of the division. |
Button(I) |
NUM_BIN_2 |
Type of the button to display on the split bar. Possible values: 0: No button is displayed. 1: Button to reduce the view down or to the right. 2: Button to reduce the view up or to the left. |
ReturnCode (S) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Sets the color of the split bar.
Syntax | ||||||||||||||||||||||||||||||||||||
CALL_METHOD SplitBarObjectName SET_SPLITTER_COLOR DivisionName Color ReturnCode |
||||||||||||||||||||||||||||||||||||
Parameters |
||||||||||||||||||||||||||||||||||||
DivisionName(I) |
ALPHA(30) |
Name of the division. |
||||||||||||||||||||||||||||||||||
Color(I) |
NUM_BIN_4 |
Color Possible values:
|
||||||||||||||||||||||||||||||||||
ReturnCode (O) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Determines whether a split bar can be moved with the
Syntax | ||
CALL_METHOD SplitBarObjectName SET_SPLITTER_MOVE DivisionName Move ReturnCode |
||
Parameters |
||
DivisionName(I) |
ALPHA(30) |
Name of the division. |
Move(I) |
BOOL |
Bar movement. |
ReturnCode (O) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |
Sets the position of a division's split bar. The reference point is the top left-hand corner of the division.
Syntax | ||
CALL_METHOD SplitBarObjectName SET_SPLITTER_POSITION DivisionName Position ReturnCode |
||
Parameters |
||
DivisionName(I) |
ALPHA(30) |
Name of the division. |
Position(I) |
NUM_BIN_4 |
X or Y coordinates of the bar relative to the division. If Position is equal to _SPLT_MAX_POSITION, the bar is positioned to the far right or at the bottom. If Position overlaps on the minimum space of one of the division's two views, the method returns the _SPLT_ERR_MIN_SPACE_EXCEED code ans sets the bar at the limit of the minimum space. Possible value: _SPLT_MAX_POSITION |
ReturnCode (O) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR _SPLT_ERR_MIN_SPACE_EXCEED |
Sets the width of a division's split bar.
Syntax | ||
CALL_METHOD SplitBarObjectName SET_SPLITTER_WIDTH DivisionName SpltWidth ReturnCode |
||
Parameters |
||
DivisionName(E) |
ALPHA(30) |
Name of the division. |
SpltWidth(E) |
NUM_BIN_2 |
Bar width. |
ReturnCode (S) |
NUM_BIN_4 |
Method's return code. Possible values: _SPLT_ERR_OK _SPLT_PARAM_ERR |