TdxSpreadSheetContainer.BringToFront Method
In This Article
Moves the floating container object to the top container layer in a worksheet.
#Declaration
Delphi
procedure BringToFront;
#Remarks
This procedure moves the container from its current position to the top layer.
An end-user can move a container to the top layer by clicking the Bring to Front item of the container’s context menu.
Also, the BringToFront procedure has its SendToBack counterpart that moves any container to the bottom layer.
Note
The Bring
See Also