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

TPopupNotifier.Visible

Value for the Visible property in the popup notification form

Declaration

Source position: popupnotifier.pas line 97

published property TPopupNotifier.Visible : Boolean
  read GetVisible
  write SetVisible;

Description

Visible is a Boolean property that provides access to the Visible property for the popup notification form. GetVisible is the read access specifier for the property. SetVisible is the write access specifier for the property.

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