[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.Font

The Font to be used for text in this control

Declaration

Source position: controls.pp line 1337

public property TControl.Font: TFont
  read FFont
  write SetFont
  stored IsFontStored;

Description

// standard properties, which should be supported by all descendants

Reads a flag to see what font should be used, or sets a flag to store it. If stored, sets a flag to say so

The properties of Font are defined in the parent class TFont

See also

#lcl.Graphics.TFont

  

The Font to be used for drawing Text

The latest version of this document can be found at lazarus-ccr.sourceforge.net.