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

TPopupNotifier.Icon

Icon for the popup notification form

Declaration

Source position: popupnotifier.pas line 94

published property TPopupNotifier.Icon : TPicture
  read GetIcon
  write SetIcon;

Description

Icon is a TPicture property that provides access to the Icon for the popup notification form. GetIcon is the read access specifier for the property. SetIcon is the write access specifier for the property.

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