[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListViewEditor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Provides multi-platform editing capabilities for a list view control.

Declaration

Source position: comctrls.pp line 1374

type TCustomListViewEditor = class(TCustomEdit)

protected

  procedure DoExit; override;

  

Performs actions needed when the editor loses focus.

public

  constructor Create(); override;

  

Constructor for the class instance.

  property Item: TListItem; [rw]

  

List item updated in the editor control.

end;

Inheritance

TCustomListViewEditor

  

Provides multi-platform editing capabilities for a list view control.

|

TCustomEdit

  

The base class for controls presenting editable text.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject

Description

Used to provide multi-platform editing capabilities for TCustomListView. It implements the internal editor control in TCustomListView.

See also

TCustomListView.Edit

  

Signals OnEdited to validate the editor text, and updates the caption for the specified list item.


Version 3.2 Generated 2024-02-25 Home