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

TMUIPopObject.OnObjStr

When a popup is closed, this hook is called.

Declaration

Source position: MUIClass.PopString.pas line 87

published property TMUIPopObject.OnObjStr : TNotifyEvent
  read FOnObjStr
  write SetOnObjStr;

Description

You can examine the state of your PopObject and set the contents of the string gadget respectively.

The event will only be called when your popup is closed with a success value of True. Otherwise, MUI closes the popup without taking further actions, just as if had never opened.

Since MUI doesn't know anything about your PopObject, it's your task to tell when your popup is finished. You can terminate popups at anytime by sending a MUIM_Popstring_Close method.


Documentation generated on: 2024-04-20