Vcl.ComCtrls.TListItem.EditCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function EditCaption: Boolean;

C++

bool __fastcall EditCaption();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItem

Description

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

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.

See Also