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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 17: Строка 17:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">ToString(): [[string]]</code>
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">ToString(): [[string]]</code>
 +
 +
|}
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>MinWidth: [[Single]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>MaxWidth: [[Single]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>MinHeight: [[Single]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>MaxHeight: [[Single]]</code>
  
 
|}
 
|}

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

Delphi

TfgConstraints = class (TfgPersistent)

Описание

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

Методы

function
AreDefaultValues(): Boolean
function
ToString(): string

Свойства

property
MinWidth: Single
property
MaxWidth: Single
property
MinHeight: Single
property
MaxHeight: Single