FMX.MultiView.Types.TNavigationPaneAppearance.IsCollapsedWidthStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsCollapsedWidthStored: Boolean; virtual;

C++

virtual bool __fastcall IsCollapsedWidthStored();

Properties

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

Description

Indicates whether the current value of the CollapsedWidth property is the default value.

See Also