FMX.ListView.Types.TListItemSimpleControl.DoEnabledChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEnabledChange; virtual;

C++

virtual void __fastcall DoEnabledChange();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemSimpleControl

Description

Handles a change of the Enabled state.

See Also