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