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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 14: Строка 14:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create()</code>
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create()</code>
 +
 +
|}
 +
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">Create(const AMessage: [[string]]; const ADuration: [[.TfgToastDuration|TfgToastDuration]]): [[FGX.Toasts.TfgToast|TfgToast]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">Show(const AMessage: [[string]])</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">Show(const AMessage: [[string]]; const ADuration: [[.TfgToastDuration|TfgToastDuration]])</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">Supported(): [[Boolean]]</code>
  
 
|}
 
|}

Версия 04:57, 10 июня 2019

Delphi

TfgToast = class (TObject)

Описание

Описание отсутствует.

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

constructor
Create()

Методы

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