FMX.ListView.TListViewBase.DoChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChange; virtual;

C++

virtual void __fastcall DoChange();

Properties

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

Description

Responds to changing the visibility or appearance of the list view component and also to changing the indexes of list items.

The DoChange method also fires an OnChange event.

See Also