FMX.Layers3D.TLayer3D.ActiveControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveControl: TStyledControl read FActiveControl write SetActiveControl;

C++

__property ActiveControl;

Properties

Type Visibility Source Unit Parent
property published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TLayer3D

Description

Specifies the control that has focus on this 3D layer.

FMX.Layers3D.TLayer3D.ActiveControl inherits from FMX.Layers3D.TCustomLayer3D.ActiveControl. All content below this line refers to FMX.Layers3D.TCustomLayer3D.ActiveControl.

Specifies the control that has focus on this 3D layer.

Use ActiveControl to get or set the control that has focus on the 3D layer. Only one control can have focus at a given time in an application.

See Also