FMX.TabControl.TTabControl.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.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

Executes when the value of the Enabled property changes.

See Also