This method closes the popup.
Source position: MUIClass.PopString.pas line 45
public procedure TMUIPopString.Close( |
Result: Boolean |
); |
Result |
|
Determine if the Popup is closed with as 'OK' or as 'Cancel' |
In fact, it only calls the predefined OnClose Event with the supplied success parameter.
|
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 opens the popup. |