FMX.MultiView.TCustomMultiView.TargetControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TargetControl: TControl read FTargetControl write SetTargetControl;

C++

__property Fmx::Controls::TControl* TargetControl = {read=FTargetControl, write=SetTargetControl};

Properties

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

Description

Specifies a container (such as TPanel) for other UI elements.

The content of this container (detail pane) is based on the properties of controls in the master pane. For more information about the master-detail interface, see Mobile Tutorial: Using a MultiView Component to Display Alternate Views of Information (iOS and Android).

Limitations

See FireMonkey Native iOS Controls: Combining Native iOS Controls With Non-native Controls for more information about the limitations when using native controls.

Exceptions

Setting TargetControl may raise the following exception:

Exception Exception.Message Scenarios

EComponentError

TargetControl cannot be a child of TMultiView.

See Also