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

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

Версия 04:12, 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()