FMX.Controls3D.TControl3D.SetAcceptsControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAcceptsControls(const Value: boolean);

C++

void __fastcall SetAcceptsControls(const bool Value);

Properties

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

Description

Sets the value of the AcceptsControls property.

SetAcceptsControls is the setter method for the AcceptsControls property.

See Also