FMX.Controls3D.TControl3D.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.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Captures all mouse messages.

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

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

See Also