Whenever the popup receives a Open() method, this event will be called
Source position: MUIClass.PopString.pas line 52
published property TMUIPopString.OnOpen : TOpenPopEvent |
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.
|
Whenever the popup receives a Close() method and the popup is currently opened, this Event is triggered. |
|
|
Set/Clear the toggle mode for a popstring object. |
|
|
This method closes the popup. |
|
|
This method opens the popup. |