TiObjectCanvas.ShiftObjectY

TiObjectCanvas

Used to shift an object's Y position.

procedure ShiftObjectY(Handle : Integer, XDelta : Double);

Description

Call ShiftObjectY to shift an object's Y position. Positive YDelta values will move an object up.

Example

Delphi

iComponent.ShiftObjectY(5, 10);

C++ Builder

iComponent->ShiftObjectY(5, 10);

Contents | Index | Previous | Next