Show: Delphi C++
Display Preferences

FMX.Types.TSide

From XE3 API Documentation
Jump to: navigation, search

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

sdTop

The upper side.

sdLeft

The left side.

sdBottom

The lower side.

sdRight

The right side.

See Also

Personal tools
Translations