FMX.Types.IRoot.GetCaptured

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCaptured: IControl;

C++

virtual _di_IControl __fastcall GetCaptured() = 0 ;

Properties

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


Description

Getter function for the Captured property.

Implement GetCaptured to get the value of the Captured property.

See Also