RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.OnEditing Event

Occurs when the user starts to edit a list item's Caption property.

Pascal
property OnEditing: TLVEditingEvent;
C++
__property TLVEditingEvent OnEditing;

Write an OnEditing event handler to take specific action just before a user edits a list item's Caption property. To prevent the user from editing the item specified by the ListItem parameter, set the AllowEdit parameter to false. 

This event can occur only if the ReadOnly property is set to false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!