Show: Delphi
C++
Display Preferences
FMX.Types.TSide
From XE3 API Documentation
Delphi
TSide = (sdTop, sdLeft, sdBottom, sdRight);
C++
enum class DECLSPEC_DENUM TSide : unsigned int { sdTop, sdLeft, sdBottom, sdRight };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Specifies the sides of a rectangle to be displayed.
TSide is used to draw the sides of a customized rectangle.
Use TSides to select a set of TSide values. To select all the sides, use AllSides.
TSide can have the following values:
| Value | Meaning |
|---|---|
|
|
The upper side. |
|
|
The left side. |
|
|
The lower side. |
|
|
The right side. |