FMX.Controls.TControl.Capture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Capture;

C++

void __fastcall Capture();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Saves the control that currently captures all the mouse messages.

Capture sets the current root's Captured property if root is not empty.

ReleaseCapture prevents the current control from receiving all the mouse messages.

See Also