FGX.Forms.Types.TfgSystemStatusBar: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 18: Строка 18:
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]])</code>
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]])</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
<span style="color:gray">Описание отсутствует.</span>
 +
|}
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundColor: [[TAlphaColor]]</code>
 +
<p>Цвет заднего фона статус бара.</p>
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visibility: [[FGX.Forms.Types.TfgSystemStatusBarVisibility|TfgSystemStatusBarVisibility]]</code>
 +
<p>Режим отображения. Отвечает за то, как будет располагаться статус бар по отношению к форме.</p>
 
|}
 
|}

Версия 18:08, 29 июня 2019

Delphi

TfgSystemStatusBar = class (TfgPersistent)

TPersistent -> TfgPersistent -> TfgSystemStatusBar

Описание

Настройки системного статуса бара.

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

constructor
Create(AOwner: TPersistent)

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

Свойства

property
BackgroundColor: TAlphaColor

Цвет заднего фона статус бара.

property
Visibility: TfgSystemStatusBarVisibility

Режим отображения. Отвечает за то, как будет располагаться статус бар по отношению к форме.