FMX.Controls.TControl.GetAbsoluteEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAbsoluteEnabled: Boolean; virtual;

C++

virtual bool __fastcall GetAbsoluteEnabled();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Getter function for the AbsoluteEnabled property.

See Also