FGX.Application.TfgOnExceptionMessage: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 26 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.Application | Вверх к родителю: FGX.Application ]]
+
* [[ FGX.Application.{System.Messaging}TMessage<System.SysUtils.Exception> | Вверх к родителю: {System.Messaging}TMessage<System.SysUtils.Exception> ]]
 +
* [[ FGX.Application | К модулю: FGX.Application ]]
  
 
Delphi
 
Delphi
  
<code lang="Delphi">TfgOnExceptionMessage = class ({System.Messaging}TMessage<System.SysUtils.Exception>)</code>
+
<syntaxhighlight lang="Delphi">TfgOnExceptionMessage = class ({System.Messaging}TMessage<System.SysUtils.Exception>)</syntaxhighlight>
 +
 
 +
<p class="class-inheritance"><span class="type-border">[[FGX.Application.{System.Messaging}TMessage<System.SysUtils.Exception>|{System.Messaging}TMessage<System.SysUtils.Exception>]]</span> -> <span class="type-border">[[FGX.Application.TfgOnExceptionMessage|TfgOnExceptionMessage]]</span></p>
  
 
== Описание ==
 
== Описание ==
  
Уведомление о возникновении в приложениии исключения.
+
<p>Уведомление о возникновении в приложениии исключения.</p>

Текущая версия на 17:54, 29 июня 2019

  • [[ FGX.Application.{System.Messaging}TMessage<System.SysUtils.Exception> | Вверх к родителю: {System.Messaging}TMessage<System.SysUtils.Exception> ]]
  • К модулю: FGX.Application

Delphi

TfgOnExceptionMessage = class ({System.Messaging}TMessage<System.SysUtils.Exception>)

[[FGX.Application.{System.Messaging}TMessage<System.SysUtils.Exception>|{System.Messaging}TMessage<System.SysUtils.Exception>]] -> TfgOnExceptionMessage

Описание

Уведомление о возникновении в приложениии исключения.