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

TPopupNotifier.Visible

Value for the Visible property in the pop-up notification form.

Declaration

Source position: popupnotifier.pas line 105

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

Description

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

Setting Visible to False is the same as calling the Hide method.

See also

TPopupNotifier.Hide

  

Hides the pop-up notification form.

TPopupNotifier.Visible

  

Value for the Visible property in the pop-up notification form.

TNotifierForm

  

Implements the form used for TPopupNotifier.

TCustomForm.Hide

  

Hides the control by setting the Visible property to False.

TCustomForm.Visible

  

Indicates if the control is visible on its parent.


Version 3.2 Generated 2024-02-25 Home