FMX.Controls.TStyledControl.StyleState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleState: TStyleState read FStyleState;

C++

__property TStyleState StyleState = {read=FStyleState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyledControl

Description

This property allows you to define the current state of style. It changes when calls virtual methods: FMX.Controls.TStyledControl.FreeStyle, FMX.Controls.TStyledControl.ApplyStyle, and FMX.Controls.TStyledControl.DoApplyStyleLookup.

See Also

FMX.Controls.TStyledControl.FreeStyle

FMX.Controls.TStyledControl.ApplyStyle

FMX.Controls.TStyledControl.DoApplyStyleLookup