FMX.MultiView.TMultiViewPresentation.GetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDisplayName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetDisplayName(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiViewPresentation

Description

Specifies the master pane name to be displayed at design time.

Use this method to specify a custom name of the master pane to be displayed at design time in the Form Designer.

See Also