FMX.Controls3D.TControl3D.GetAcceptsControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAcceptsControls: boolean;

C++

bool __fastcall GetAcceptsControls();

Properties

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

Description

Returns the value of the AcceptsControls property.

GetAcceptsControls is the getter method for the AcceptsControls property.

See Also