FMX.MultiView.Types.TCustomPopover.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomPopover(System::Classes::TComponent* AOwner)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomPopover

Description

Creates an instance of TCustomPopover.

This method initializes the properties of this popover instance such as:

  • The shadow
  • The animation
  • The placement

Create sets an internal Boolean that indicates whether the popover shadow is enabled. The value of this Boolean depends on the target platform.

Target Platform Shadow Enabled

Windows

MAC OS X

iOS

YesC++11Feature.png

Android

See Also