TiObjectCanvas.DefaultFontName
TiObjectCanvas
Specifies the default font name property of drawing objects when added to the
control.
property DefaultFontName : String;
Description
Use DefaultFontName to get or set the default font name property of drawing
objects when added to the control.
Example
Delphi
iComponent.DefaultFontName := 'Arial';
C++ Builder
iComponent->DefaultFontName = "Arial";
Contents | Index | Previous | Next