FMX.Presentation.Style.TStyledPresentation

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTStyledPresentation

Delphi

TStyledPresentation = class(TStyledControl)

C++

class PASCALIMPLEMENTATION TStyledPresentation : public Fmx::Controls::TStyledControl

Properties

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

Description

A base class for styled presentations of presented controls.

The styled presentation represents your presented control using FireMonkey styled controls. The styled presentation is used when the ControlType property equals to Styled. On platforms for which FireMonkey does not provide native presentation support, FireMonkey uses the default styled presentation regardless of the ControlType value.

TStyledPresentation extends TStyledControl defining methods and properties providing exchanging of data with the associated PresentedControl and the data model specified in the constructor of a styled presentation object.

See Also