FMX.MultiView.TMultiViewPresentation.EnabledChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnabledChanged; virtual;

C++

virtual void __fastcall EnabledChanged();

Properties

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

Description

Notifies about changes of the Enabled property of a TMultiView component.

See Also