Vcl.ComCtrls.TListItem.CancelEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CancelEdit;

C++

void __fastcall CancelEdit();

Properties

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

Description

Cancels the editing of the list item's caption.

Call CancelEdit to end the editing of the item's caption, keeping any changes made by the user.

See Also