Unit 'MUIClass.PopString' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIPopString.OnClose

Whenever the popup receives a Close() method and the popup is currently opened, this Event is triggered.

Declaration

Source position: MUIClass.PopString.pas line 50

published property TMUIPopString.OnClose : TClosePopEvent
  read FOnClose
  write SetOnClose;

Description

The success parameter is a copy of the methods success parameter and indicates whether the popup was closed successfully (e.g. with a double click in a listview) or was just cancelled (e.g. by pressing the popup button again for toggle popups).

Due to internal message handling issues, calling the close hook is delayed until the next Eventloop cycle. This allows you to remove and dispose windows without danger.

See also

OnOpen

  

Whenever the popup receives a Open() method, this event will be called

Toggle

  

Set/Clear the toggle mode for a popstring object.

Close()

  

This method closes the popup.

Open()

  

This method opens the popup.


Documentation generated on: 2024-04-23