FMX.Forms.TCommonCustomForm.MouseCapture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseCapture;

C++

void __fastcall MouseCapture();

Properties

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

Description

Sets the mouse capture to this window, which belongs to the current thread.

See Also