FMX.MultiView.Types.Style.TStyledTouchInterceptingLayout.MMEnabledShadowChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MMEnabledShadowChanged(var AMessage: TDispatchMessageWithValue<Boolean>); message MM_ENABLED_SHADOW_CHANGED;

C++

MESSAGE void __fastcall MMEnabledShadowChanged(Fmx::Presentation::Messages::TDispatchMessageWithValue__1<bool> &AMessage);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.MultiView.Types.Style.pas
FMX.MultiView.Types.Style.hpp
FMX.MultiView.Types.Style TStyledTouchInterceptingLayout

Description

Notification about changing TShadowedOverlayLayout.EnabledShadow.

See Also