Vcl.Controls.TScalingFlags
Delphi
TScalingFlags = set of TScalingFlag;
C++
typedef System::Set<TScalingFlag, TScalingFlag::sfLeft, TScalingFlag::sfDesignSize> TScalingFlags;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
TScalingFlags describes the way controls are scaled.
TScalingFlags describes a set of flags used in scaling inherited forms and their controls.
Flag | Meaning |
---|---|
sfLeft |
Left side of control not yet scaled. |
sfTop |
Top of control not yet scaled. |
sfWidth |
Width of control not yet scaled. |
sfHeight |
Height of control not yet scaled. |
sfFont |
Font of control not yet scaled. |
sfDesignSize |
Design-time dimensions of control not yet scaled. |