Event type for the close event of the List
Source position: MUIClass.PopString.pas line 15
type TClosePopEvent = procedure( |
Sender: TObject; |
Success: Boolean |
) of object; |
Sender |
|
PopString send the Event |
Success |
|
Result send with the PopString.Close() call. |
|
Whenever the popup receives a Close() method and the popup is currently opened, this Event is triggered. |
|
|
This method closes the popup. |