Vcl.ListActns.TListControlItem.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changed;

C++

HIDESBASE void __fastcall Changed();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItem

Description

Responds when any of the item's properties changes.

Changed is called automatically when the item's properties change. It calls the Update method of the corresponding TListControlItems object, so that the collection can perform any necessary adjustments.

See Also