FMX.Controls3D.TControl3D.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.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TControl3D |
Description
Specifies whether the mouse is automatically captured when an OnMouseDown event occurs.
Use the AutoCapture property to specify whether the mouse is captured automatically when a MouseDown event occurs. This property is useful for descendant classes because you do not need to write additional code to handle mouse capturing.