TiObjectCanvas.GetObjectPenColor

TiObjectCanvas

Used to get an object's pen color property value.

function GetObjectPenColor(Handle : Integer) : TColor;

Description

Call GetObjectPenColor to get an object's pen color property value.

Example

Delphi

Value := iComponent.GetObjectPenColor(5);

C++ Builder

Value = iComponent->GetObjectPenColor(5);

Contents | Index | Previous | Next