Vcl.Touch.GestureCtrls.TCustomGestureListView.Change

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Change(Item: TListItem; Change: Integer); override;

C++

DYNAMIC void __fastcall Change(Vcl::Comctrls::TListItem* Item, int Change);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

Generates an OnChange event.

Change is called automatically after the properties of the item specified by the Item parameter change. The Change parameter is a Windows-defined constant that specifies the type of change that occurred.

As implemented in TCustomListView, Change notifies the associated gesture previewer control about the selection change.

See Also