FMX.Types.IControl.GetAcceptsControls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAcceptsControls: Boolean;

C++

virtual bool __fastcall GetAcceptsControls() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Getter function for the AcceptsControls property.

Implement GetAcceptsControls to get the value of the AcceptsControls property.

See Also