%HI_SetLayoutManagement function


Function
The function changes the settings for layout manager in a graphic object.
Declaration
%HI_SetLayoutManagement(
   INT in _refId,
   INT in _manageX,
   INT in _manageY[,
   BOOL in _zoom]
 )

Parameters
_refId Reference to a graphic object (reference variable).
_manageX Settings for layout manager - X axis:
0 - No change
1 - No action
2 - Ratio change
3 - Ratio position
4 - Keep at right margin
5 - Change width
6 - Ratio position (center)
_manageY Settings for layout manager - Y axis:
0 - No change
1 - No action
2 - Ratio change
3 - Ratio position
4 - Keep at right margin
5 - Change width
6 - Ratio position (center)
_zoom Optional parameter. Settings for layout manager for the zoom parameter. Possible values:
- blank - value of zoom parameter does not change
- @TRUE - parameter zoom is set to true
- @FALSE - parameter zoom is set to false

Description
The function changes the settings for layout manager in a graphic object.
Example
%HI_SetLayoutManagement(_refId, 2, 2)

Napíšte komentár