FMX.Forms.TCommonCustomForm.ReleaseCapture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReleaseCapture;

C++

void __fastcall ReleaseCapture();

Properties

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

Description

Releases the mouse capture from this window that belongs to the current thread and restores normal mouse input processing.

See Also