FMX.Types.IRoot.Captured

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Captured: IControl read GetCaptured write SetCaptured;

C++

__property _di_IControl Captured = {read=GetCaptured, write=SetCaptured};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IRoot

Description

Specifies the control that has captured the mouse.

Implement SetCaptured and GetCaptured in order to set and get the value of the Captured property.

See Also