Vcl.DBLookup.TPopupGrid.CanEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanEdit: Boolean; override;

C++

virtual bool __fastcall CanEdit();

Properties

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

Description

Specifies whether the text of an item in the pop-up grid can be changed by the user.

The CanEdit method specifies whether the text of an item in the pop-up grid can be changed by the user. CanEdit returns True if the item can be edited, False otherwise.