TiObjectCanvas.SetObjectFontItalic

TiObjectCanvas

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

procedure SetObjectFontItalic(Handle : Integer, Italic : Boolean);

Description

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

C++ Builder

iComponent->SetObjectFontItalic(5, True);

Contents | Index | Previous | Next