TiObjectCanvas.SetObjectFontUnderLine

TiObjectCanvas

Used to set an object's font underline property value.

procedure SetObjectFontUnderLine(Handle : Integer, UnderLine : Boolean);

Description

Call SetObjectFontUnderLine to set an object's font underline 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.SetObjectFontUnderLine(5, True);

C++ Builder

iComponent->SetObjectFontUnderLine(5, True);

Contents | Index | Previous | Next