FMX.Gestures.TGestureManager.UnregisterControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterControl(const AControl: TComponent); override;

C++

virtual void __fastcall UnregisterControl(System::Classes::TComponent* const AControl);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureManager

Description

Unregisters a control, preventing it from receiving gesture notifications.

UnregisterControl unregisters a specified control from the gesture notification system. UnregisterControl removes the control given by the AControl parameter from an internal list. All the gestures that were associated with the removed control are freed.

See Also