Show: Delphi C++
Display Preferences

FMX.Types.TCorner

From XE2 API Documentation
Jump to: navigation, search

Delphi

type TCorner = (crTopLeft, crTopRight, crBottomLeft, crBottomRight)

C++

enum class TCorner : unsigned int { crTopLeft, crTopRight, crBottomLeft, crBottomRight };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

TCorner values identify the corners of a rectangle.

A TCorner value is used to specify the corner to be customized.

TCorner defines the following values:

Value Meaning

crTopLeft

Identifies the upper-left corner of the rectangle.

crTopRight

Identifies the upper-right corner.

crBottomLeft

Identifies the lower-left corner.

crBottomRight

Identifies the lower-right corner.


Use TCorners values to select a set of corners in a rectangle.

Use AllCorners to select all four corners.

See Also

Personal tools
Previous Versions
Translations