FMX.Switch.Style.TStyledSwitch.DoMouseLeave

From RAD Studio API Documentation

Delphi

procedure DoMouseLeave; override;

Properties

Type Visibility Source Unit Parent
procedure protected FMX.Switch.Style.pas FMX.Switch.Style TStyledSwitch

Description

OnMouseLeave event dispatcher. {{#multireplace:FMX.Switch.Style.TStyledSwitch.DoMouseLeave|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.DoMouseLeave|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.DoMouseLeave|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

OnMouseLeave event dispatcher.

DoMouseLeave is called automatically when the mouse pointer leaves the control's area.

DoMouseLeave starts the animation by calling StartTriggerAnimation and applies effects by calling ApplyTriggerEffect to background the control.

Override the protected DoMouseLeave method to provide other responses when the mouse pointer leaves the control's area.

See Also