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

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

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

Delphi

TfgSystemStatusBar = class (TfgPersistent)

TPersistent -> TfgPersistent -> TfgSystemStatusBar

Описание

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

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

constructor
Create(AOwner: TPersistent)

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

Свойства

property
BackgroundColor: TAlphaColor

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

property
Visibility: TfgSystemStatusBarVisibility

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

Константы

const
DefaultColor: TAlphaColor

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

const
DefaultVisiblity: TfgSystemStatusBarVisibility

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