Vcl.ComCtrls.TCustomListView.OnChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChanging: TLVChangingEvent read FOnChanging write FOnChanging;

C++

__property TLVChangingEvent OnChanging = {read=FOnChanging, write=FOnChanging};

Properties

Type Visibility Source Unit Parent
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Occurs when an item in the list is about to change.

Write an OnChanging event handler to conditionally block changes to an item in the list.

OnChanging is an event handler of type TLVChangingEvent.

See Also