FMX.Controls.TControl.RecalcEnabled
Delphi
procedure RecalcEnabled; virtual;
C++
virtual void __fastcall RecalcEnabled();
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.