Icon TInterfaceErrorEvent

Unit: WebUI

TInterfaceErrorEvent = function (const Message: String): Boolean
      of object

Available In: Client Applications

The TInterfaceErrorEvent type is used by the TInterfaceManager class to specify a global error handler for an application.

Information The global TApplication instance automatically created for visual applications assigns an event handler for interface manager errors, so you should not normally need to deal with this event type.
Image