FMX.MultiView.TCustomMultiView.PopoverOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopoverOptions: TPopoverAppearance read FPopoverOptions write SetPopoverAppearance stored ArePopoverOptionsStored;

C++

__property Fmx::Multiview::Types::TPopoverAppearance* PopoverOptions = {read=FPopoverOptions, write=SetPopoverAppearance, stored=ArePopoverOptionsStored};

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TCustomMultiView

Description

Specifies the presentation characteristics of the master pane in the Popover presentation mode.

In the Popover mode, the master pane is a pop-up menu, which can be displayed or hidden using the master button.

This property allows you to define the following characteristics:

  • AppearanceDuration: specifies the duration of the pop-up window appearence (in seconds). By default, this property is set to 0.25 s.
  • PopupHeight: specifies the height of the pop-up window (in pixels). By default, this property is set to 400px.
  • StyleLookup: Specifies the name of the resource object (style) to which this pop-up window is linked.
  • TintColor: Specifies the tint applied to this pop-up window.

See Also