FMX.Graphics.TFontColorForState.TIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIndex = (Normal, Hot, Pressed, Focused, Active);

C++

enum class DECLSPEC_DENUM TIndex : unsigned int { Normal, Hot, Pressed, Focused, Active };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFontColorForState

Description

Defines states of a graphical interface object.

Used by the FontColorForState property of TTextSettings objects to identify members of TFontColorForState.

TIndex defines the following values:

Value Meaning

Normal

The standard state.

Focused

A control has the input focus.

Pressed

A control is pressed.

Hot

The pointer (finger) is positioned in a control.

Active

Used with active tab controls.

See Also