TiObjectCanvas.GetObjectSizeHeight
TiObjectCanvas
Used to get an object's height property value.
function GetObjectSizeHeight(Handle : Integer) : Double;
Description
Call GetObjectSizeHeight to get 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
Value := iComponent.GetObjectSizeHeight(5);
C++ Builder
Value = iComponent->GetObjectSizeHeight(5);
Contents | Index | Previous | Next