Prehľad
Nástroje obsahu
%HI_SetLayoutManagement( INT in _refId, INT in _manageX, INT in _manageY[, BOOL in _zoom] )
_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 |
%HI_SetLayoutManagement(_refId, 2, 2)
Pridať komentár