FMX.Forms.IFMXWindowService.ReleaseCapture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReleaseCapture(const AForm: TCommonCustomForm);

C++

virtual void __fastcall ReleaseCapture(TCommonCustomForm* const AForm) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Description

In descendants, ReleaseCapture implements functionality to release the mouse capture from a window in the current thread and restores normal mouse input processing.

See Also