FMX.MultiView.TMultiViewPresentation.NeedHideInDesignTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function NeedHideInDesignTime: Boolean; virtual;

C++

virtual bool __fastcall NeedHideInDesignTime();

Properties

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

Description

Specifies whether a master pane of a TMultiView has to be hidden at design time.

Note: Design time only.

See Also