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

TMUIPopString.OnOpen

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

Declaration

Source position: MUIClass.PopString.pas line 49

published property TMUIPopString.OnOpen : TOpenPopEvent
  read FOnOpen
  write SetOnOpen;

Description

When this Event returns True, MUI assumes the popup was opened succesfully and will disabled the popup button (as long as Toggle is not set). Return False to indicate that something went wrong and the popup could not be opened.

See also

OnClose

  

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

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-03-28