Vcl.ComCtrls.TCustomListView.IsEditing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEditing: Boolean;

C++

bool __fastcall IsEditing();

Properties

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

Description

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

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.

See Also