[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: controls.pp line 488
type TSizeConstraints = class(TPersistent) |
||
protected |
||
procedure Change; dynamic; |
|
|
procedure AssignTo(); override; |
|
|
procedure SetMaxHeight(); virtual; |
|
|
procedure SetMaxWidth(); virtual; |
|
|
procedure SetMinHeight(); virtual; |
|
|
procedure SetMinWidth(); virtual; |
|
|
public |
||
constructor Create(); virtual; |
|
|
procedure UpdateInterfaceConstraints; virtual; |
|
|
procedure SetInterfaceConstraints(); virtual; |
|
|
function EffectiveMinWidth; virtual; |
|
|
function EffectiveMinHeight; virtual; |
|
|
function EffectiveMaxWidth; virtual; |
|
|
function EffectiveMaxHeight; virtual; |
|
|
function MinMaxWidth(); |
|
|
function MinMaxHeight(); |
|
|
property MaxInterfaceHeight: Integer; [r] |
|
|
property MaxInterfaceWidth: Integer; [r] |
|
|
property MinInterfaceHeight: Integer; [r] |
|
|
property MinInterfaceWidth: Integer; [r] |
|
|
|
||
property Options: TSizeConstraintsOptions; [rw] |
|
|
published |
||
property OnChange: TNotifyEvent; [rw] |
|
|
property MaxHeight: TConstraintSize; [rw] |
|
|
property MaxWidth: TConstraintSize; [rw] |
|
|
property MinHeight: TConstraintSize; [rw] |
|
|
property MinWidth: TConstraintSize; [rw] |
|
|
end; |
|
||
| | ||
| | ||
TObject |
lazarus-ccr.sourceforge.net |