FMX.MultiView.Types.TShadowAppearance.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent; const AInternalChange: TNotifyEvent);

C++

__fastcall TShadowAppearance(System::Classes::TComponent* AOwner, const System::Classes::TNotifyEvent AInternalChange);

Properties

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

Description

Creates an instance of TMultiViewAppearance.

FMX.MultiView.Types.TShadowAppearance.Create inherits from FMX.MultiView.Types.TMultiViewAppearance.Create. All content below this line refers to FMX.MultiView.Types.TMultiViewAppearance.Create. Creates an instance of TMultiViewAppearance.

Create accepts two parameters:

  • AOwner: The owner of these settings.
  • AInternalChange: Event handler for the OnChanged event.

See Also