FMX.Controls.TControl.AutoCapture
Delphi
property AutoCapture: Boolean read FAutoCapture write FAutoCapture default False;
C++
__property bool AutoCapture = {read=FAutoCapture, write=FAutoCapture, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Specifies whether the control captures mouse events.
When a control captures the mouse, all subsequent mouse events go to that control until the user releases the mouse button.