RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.EditCaption Method

Begins in-place editing of the list item's caption.

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

Call EditCaption to put the list item into edit mode. Before bringing up the in-place editor for the item's caption, EditCaption makes the item the only selected item in the list view and gives it input focus. 

 

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