FMX.MultiView.Types.TMultiViewAppearance.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__fastcall TMultiViewAppearance(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 TMultiViewAppearance

Description

Creates an instance of TMultiViewAppearance.

Create accepts two parameters:

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

See Also