FMX.Types.TAdjustType
Delphi
TAdjustType = (None, FixedSize, FixedWidth, FixedHeight);
C++
enum class DECLSPEC_DENUM TAdjustType : unsigned int { None, FixedSize, FixedWidth, FixedHeight };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Determines if and how the width and height of a control should be modified to take a fixed space dictated by the style of the control.
Possible values are:
Value | Size changes | |
---|---|---|
Width | Height | |
None | ||
FixedWidth | Fixed | |
FixedHeight | Fixed | |
FixedSize | Fixed | Fixed |