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

TClosePopEvent

Event type for the close event of the List

Declaration

Source position: MUIClass.PopString.pas line 12

type TClosePopEvent = procedure(

  Sender: TObject;

  Success: Boolean

) of object;

Arguments

Sender

  

PopString send the Event

Success

  

Result send with the PopString.Close() call.

See also

PopString.OnClose

  

Whenever the popup receives a Close() method and the popup is currently opened, this Event is triggered.

PopString.Close()

  

This method closes the popup.


Documentation generated on: 2024-04-19