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

TPopupNotifier.Text

Text for the pop-up notification form.

Declaration

Source position: popupnotifier.pas line 101

published property TPopupNotifier.Text : string
  read GetText
  write SetText;

Description

Text is a String property that provides access to the text for the pop-up notification form. GetText is the read access specifier for the property. SetText is the write access specifier for the property.

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