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