TiObjectCanvas.SetObjectFontBold
TiObjectCanvas
Used to set an object's font bold property value.
procedure SetObjectFontBold(Handle : Integer, Bold : Boolean);
Description
Call SetObjectFontBold to set an object's font bold 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.SetObjectFontBold(5, True);
C++ Builder
iComponent->SetObjectFontBold(5, True);
Contents | Index | Previous | Next