FMX.MultiView.TMultiViewPresentation.CanShowHideInDesignTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanShowHideInDesignTime: Boolean; virtual;

C++

virtual bool __fastcall CanShowHideInDesignTime();

Properties

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

Description

Specifies whether the presentation supports master pane opening and closing of the TMultiView component at design time.

Note: Design time only.

See Also