FMX.MultiView.TCustomMultiView

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TCustomMultiView = class(TPresentedControl)

C++

class PASCALIMPLEMENTATION TCustomMultiView : public Fmx::Controls::Presentation::TPresentedControl

Properties

Type Visibility Source Unit Parent
class public
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView FMX.MultiView

Description

The base class for MultiView components.

If you need to create a custom MultiView component, derive it from TCustomMultiView.

See Also