FMX.Grid.TColumn.EnabledChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnabledChanged; override;

C++

virtual void __fastcall EnabledChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TColumn

Description

Executed right after the value of the Enabled property changes.

FMX.Grid.TColumn.EnabledChanged inherits from FMX.Controls.TControl.EnabledChanged. All content below this line refers to FMX.Controls.TControl.EnabledChanged.

Executed right after the value of the Enabled property changes.

The control does not execute EnabledChanged if you assign Enabled the same value that it already has.

EnabledChanged is never executed for effects, which execute EffectEnabledChanged instead.

See Also