
set_position
Use this method to place the control at a particular position on the screen.

The position of the control is usually determined by its container.
CALL METHOD my_control->set_position
EXPORTING height = height
left = left
top = top
width = width
EXCEPTIONS cntl_error = 1
cntl_system_error = 2.
Parameters |
Description |
height |
Height of the control |
left |
Left-hand edge of the control |
top |
Top edge of the control |
width |
Width of the control |