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

TPopupNotifier.TextFont

Font used for the Text displayed on the form.

Declaration

Source position: popupnotifier.pas line 102

published property TPopupNotifier.TextFont : TFont
  read GetTextFont
  write SetTextFont;

Description

TextFont is a TFont property with the font face used for the Text displayed on the form. Changing the value for the property causes the font to be assigned to the TLabel instance used to display the value in Text.

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