FMX.Controls.TControl.RecalcEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RecalcEnabled; virtual;

C++

virtual void __fastcall RecalcEnabled(void);

Properties

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

Description

Forces the current control to recalculate its enabled state. RecalcEnabled also forces the control's children to recalculate their enabled state.

See Also