FMX.Layers3D.TCustomLayer3D.ActiveControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveControl: TStyledControl read FActiveControl write SetActiveControl;

C++

__property Fmx::Controls::TStyledControl* ActiveControl = {read=FActiveControl, write=SetActiveControl};

Properties

Type Visibility Source Unit Parent
property public
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Description

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