TiObjectCanvas.BringObjectToFront

TiObjectCanvas

Moves an object to the top of the displayed objects.

procedure BringObjectToFront(Handle : Integer)

Description

Call BringObjectToFront to move an object to the front. All other objects will be drawn underneath this object.

Example

Delphi

iComponent.BringObjectToFront(5);

C++ Builder

iComponent->BringObjectToFront(5);

Contents | Index | Previous | Next