FMX.Controls.Presentation.TPresentedControl.RecalcEnabled
Delphi
procedure RecalcEnabled; override;
C++
virtual void __fastcall RecalcEnabled(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | TPresentedControl |
Description
Forces the current control to recalculate its enabled state.
FMX.Controls.Presentation.TPresentedControl.RecalcEnabled inherits from FMX.Controls.TControl.RecalcEnabled. All content below this line refers to FMX.Controls.TControl.RecalcEnabled.
Forces the current control to recalculate its enabled state. RecalcEnabled also forces the control's children to recalculate their enabled state.