FMX.Controls3D.TControl3D.CheckForAllowFocus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CheckForAllowFocus: Boolean;

C++

bool __fastcall CheckForAllowFocus();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Verifies whether this control can receive focus.

If the Visible and CanFocus properties are True, CheckForAllowFocus returns True.

See Also