TiObjectCanvas.SetObjectFontColor
TiObjectCanvas
Used to set an object's font color property value.
procedure SetObjectFontColor(Handle : Integer, Color : TColor);
Description
Call SetObjectFontColor to set an object's font color property value.
All objects have a caption property. The Line object does not implement the
drawing of the caption. The Rectangle and Ellipse objects will draw the caption
centered inside the object.
Example
Delphi
iComponent.SetObjectFontColor(5, clWhite);
C++ Builder
iComponent->SetObjectFontColor(5, clWhite);
Contents | Index | Previous | Next