FMX.Types.AllSides
From RAD Studio API Documentation
Delphi
AllSides: TSides = [TSide.sdTop, TSide.sdLeft, TSide.sdBottom, TSide.sdRight];
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.sdTop, TSide.sdLeft, TSide.sdBottom, TSide.sdRight];
AllSides is used internally for control painting purposes.