FMX.Forms.TCommonCustomForm.FActiveControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FActiveControl: IControl;

C++

Fmx::Types::_di_IControl FActiveControl;

Properties

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

Description

Keeps the active control.

Keeps the IControl type object that has the focus on the form.

The FActiveControl field is used in the descendant TCustomForm class in the getter of the ActiveControl property.

See Also