FMX.Types.TSides

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TSides = set of TSide;

C++

typedef System::Set<TSide, _DELPHI_SET_ENUMERATOR(TSide::Top), _DELPHI_SET_ENUMERATOR(TSide::Right)> TSides;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Specifies a set of the rectangle's sides.

To select all the sides, use AllSides.

See Also