Unit 'MUIClass.PopString' Package
[Overview][Types][Classes][Index] [#MUIClass]

TOpenPopEvent

Event type for the Open event of the List

Declaration

Source position: MUIClass.PopString.pas line 11

type TOpenPopEvent = function(

  Sender: TObject

):Boolean of object;

Arguments

Sender

  

PopString send the Event

Function result

When this hook returns TRUE, MUI assumes the popup was opened succesfully.

See also

PopString.OnOpen

  

Whenever the popup receives a Open() method, this event will be called

PopString.Open()

  

This method opens the popup.


Documentation generated on: 2024-03-28