TiObjectCanvas.ShiftObjectX
TiObjectCanvas
Used to shift an object's X position.
procedure ShiftObjectX(Handle : Integer, XDelta : Double);
Description
Call ShiftObjectX to shift an object's X position. Positive XDelta values will
move an object to the right.
Example
Delphi
iComponent.ShiftObjectX(5, 10);
C++ Builder
iComponent->ShiftObjectX(5, 10);
Contents | Index | Previous | Next