Vcl.DBLookup.TDBLookupList.CanEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanEdit: Boolean; virtual;

C++

virtual bool __fastcall CanEdit();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Description

Specifies whether the text of a lookup list item can be changed by the user.

CanEdit is called automatically when the user attempts to edit the text of the lookup list item specified by the Item parameter. CanEdit returns True if the text of a lookup list item can be changed, False otherwise.