Show TOC

Function documentationDOCK_AT Locate this document in the navigation structure

 

Use this method to reattach the docking container to a different edge of the screen (left, right, top, bottom).

Note Note

You can specify where you want to attach the container to the screen in the CONSTRUCTOR method when you instantiate the control.

End of the note.

Features

Syntax Syntax

  1. call method docking_container->dock_at
    
    	exporting
    		side = side
    
    	exceptions
    		cntl_error = 1
    		cntl_system_error = 2.
End of the code.

Parameter

Meaning

Possible Values

side

Edge of the screen to which you want to attach the container

  • docking_container->dock_at_left: Left-hand edge

  • docking_container->dock_at_right: Right-hand edge

  • docking_container->dock_at_top: Top edge

  • docking_container->dock_at_bottom: Bottom edge