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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.Platform | Вверх к родителю: FGX.Platform ]]
 
* [[ FGX.Platform | Вверх к родителю: FGX.Platform ]]
* [[ FGX.Platform.TfgOnLowMemoryNotificationMessage_Methods | Методы ]]
 
* [[ FGX.Platform.TfgOnLowMemoryNotificationMessage_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgOnLowMemoryNotificationMessage = class (TMessageBase)</syntaxhighlight>
+
<code lang="Delphi">TfgOnLowMemoryNotificationMessage = class (TMessageBase)</code>
 
 
== Описание ==
 
 
 
Уведомление о нехватке памяти.
 

Версия 03:58, 10 июня 2019

Delphi

TfgOnLowMemoryNotificationMessage = class (TMessageBase)