FMX.Types.IRoot.SetCaptured

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCaptured(const Value: IControl);

C++

virtual void __fastcall SetCaptured(const _di_IControl Value) = 0 ;

Properties

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

Description

Setter function for the Captured property.

The Value parameter is an IControl that specifies the new value of the Captured property.

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

See Also