FMX.Presentation.Style.TStyledPresentation.PresentedControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PresentedControl: TControl read FPresentedControl;

C++

__property Fmx::Controls::TControl* PresentedControl = {read=FPresentedControl};

Properties

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

Description

Keeps the presented control that the styled presentation uses.

See Also