TiObjectCanvas.SetObjectSizeHeight
TiObjectCanvas
Used to set an object's height property value.
procedure SetObjectSizeHeight(Handle : Integer, Height : Double);
Description
Call SetObjectSizeHeight to set an object's height property value.
For all objects except the Line object, this value represents the height of
the object. For line objects, this value represents the Y2 value (Line Points:
X1, Y1 to X2, Y2).
Example
Delphi
iComponent.SetObjectSizeHeight(5, 10);
C++ Builder
iComponent->SetObjectSizeHeight(5, 10);
Contents | Index | Previous | Next