TiObjectCanvas.GetObjectPenWidth
TiObjectCanvas
Used to get an object's pen width property value.
function GetObjectPenWidth(Handle : Integer) : Integer;
Description
Call GetObjectPenWidth to get an object's pen width property value.
Example
Delphi
Value := iComponent.GetObjectPenWidth(5);
C++ Builder
Value = iComponent->GetObjectPenWidth(5);
Contents | Index | Previous | Next