TiObjectCanvas.DefaultFontUnderLine
TiObjectCanvas
Specifies the default font underline property of drawing objects when added to
the control.
property DefaultFontUnderLine : Boolean;
Description
Use DefaultFontUnderLine to get or set the default font underline property of
drawing objects when added to the control.
Example
Delphi
iComponent.DefaultFontUnderLine := True;
C++ Builder
iComponent->DefaultFontUnderLine = True;
Contents | Index | Previous | Next