RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.Edit Method

Edit event dispatcher.

Pascal
procedure Edit(const Item: TLVItem); dynamic;
C++
__fastcall Edit(const TLVItem Item);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!