FMX.Presentation.Style.TStyledPresentation.ComponentState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ComponentState: TComponentState read GetComponentState;

C++

__property System::Classes::TComponentState ComponentState = {read=GetComponentState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation

Description

Returns the component state of PresentedControl.

Possible component states are defined in TComponentState.

See Also