API:FMX.MultiView.TMultiView.TargetControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TargetControl: TControl read FTargetControl write SetTargetControl;

C++

__property TargetControl;

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiView

Description

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

FMX.MultiView.TMultiView.TargetControl inherits from FMX.MultiView.TCustomMultiView.TargetControl. All content below this line refers to FMX.MultiView.TCustomMultiView.TargetControl.

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