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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 29: Строка 29:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">Supported()</syntaxhighlight>
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">Supported()</syntaxhighlight>
 +
 +
|}
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>property</code> || <code>Message: string</code>
 +
 +
|-
 +
| <code>property</code> || <code>Duration: TfgToastDuration</code>
  
 
|}
 
|}

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

Delphi

TfgToast = class (TObject)

Конструкторы

constructor Create()

Методы

function
Create(const AMessage: string; const ADuration: TfgToastDuration)
procedure
Show(const AMessage: string)
procedure
Show(const AMessage: string; const ADuration: TfgToastDuration)
function
Supported()

Свойства

property Message: string
property Duration: TfgToastDuration