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

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

Версия 23:52, 9 июня 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()