[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.

Use TitleFont to set the font face and style used for the Title on the pop-up notification form.

See also

TPopupNotifier.Text

  

Text for the pop-up notification form.

TPopupNotifier.Title

  

Title for the pop-up notification form.

TPopupNotifier.TitleFont

  

Font used for the Title displayed on the form.

TLabel

  

Control used to display static text, possibly in multiple lines.

TFont

  

Represents a font used to draw text in an application.


Version 3.2 Generated 2024-02-25 Home