TiObjectCanvas.SendObjectToBack

TiObjectCanvas

Moves an object to the bottom of the displayed objects.

procedure SendObjectToBack(Handle : Integer);

Description

Call SendObjectToBack to move an object to the back. All other objects will be drawn in front of this object.

Example

Delphi

iComponent.SendObjectToBack(5);

C++ Builder

iComponent->SendObjectToBack(5);

Contents | Index | Previous | Next