Event type for the Open event of the List
Source position: MUIClass.PopString.pas line 14
type TOpenPopEvent = function( |
Sender: TObject |
):Boolean of object; |
Sender |
|
PopString send the Event |
When this hook returns TRUE, MUI assumes the popup was opened succesfully.
|
Whenever the popup receives a Open() method, this event will be called |
|
|
This method opens the popup. |