This method opens the popup.
Source position: MUIClass.PopString.pas line 44
public procedure TMUIPopString.Open; |
In fact, it only calls the OnOpen Event and checks its return value. In case of True, the popup button object is disabled as long as Toggle is unset.
|
Whenever the popup receives a Open() method, this event will be called |
|
|
Set/Clear the toggle mode for a popstring object. |
|
|
This method closes the popup. |