FMX.Forms.IFMXWindowService.SetCapture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCapture(const AForm: TCommonCustomForm);

C++

virtual void __fastcall SetCapture(TCommonCustomForm* const AForm) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Description

In descendants, SetCapture implements functionality to set the mouse capture to the specified window belonging to the current thread.

See Also