FMX.Forms.TCommonCustomForm.GetActiveControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActiveControl: IControl;

C++

Fmx::Types::_di_IControl __fastcall GetActiveControl();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Retrieves the active control.

Retrieves the IControl type object stored in the FActiveControl field.

See Also