RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.IsEditing Method

Indicates whether any item in the list view is being edited.

Pascal
function IsEditing: Boolean;
C++
__fastcall Boolean IsEditing();

Call IsEditing to determine whether the user is editing the caption of any of the items in the list. IsEditing returns true if the user is editing an item, false otherwise. 

 

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