Vcl.ComCtrls.TCustomListView.Edit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Edit(const Item: TLVItem); dynamic;

C++

DYNAMIC void __fastcall Edit(const tagLVITEMW &Item);

Properties

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

Description

Edit event dispatcher.

Edit is called automatically when the user finishes editing the label of a list item. Edit obtains the newly edited value from the Windows list item and generates an OnEdited event. After allowing the OnEdited event handler to change the value supplied by the user, Edit sets the Caption property of the list item.

See Also