TiObjectCanvas.SetObjectPenColor
TiObjectCanvas
Used to set an object's pen color property value.
procedure SetObjectPen(Handle : Integer, Color : TColor);
Description
Call SetObjectPen to set an object's pen color property value.
Example
Delphi
iComponent.SetObjectPenColor(5, clRed);
C++ Builder
iComponent->SetObjectPenColor(5, clRed);
Contents | Index | Previous | Next