FMX.Types.AllSides
Delphi
AllSides: TSides = [TSide.Top, TSide.Left, TSide.Bottom, TSide.Right];
C++
extern DELPHI_PACKAGE TSides AllSides;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
const variable |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Constant of type TSides.
AllSides is initialized with the following TSides value:
[TSide.Top, TSide.Left, TSide.Bottom, TSide.Right];
AllSides is used internally for control painting purposes.