FMX.MultiView.Types.TPopoverAppearance.StyleLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StyleLookup: string read FStyleLookup write SetStyleLookup nodefault;

C++

__property System::UnicodeString StyleLookup = {read=FStyleLookup, write=SetStyleLookup};

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TPopoverAppearance

Description

Specifies the name of the style, which this pop-up window uses.

Use this property to change the default style of this pop-up window to any acceptable predefined or custom style.

See Also