JVCL Help:TJvDBGrid.OnShowEditor

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the in-place editor is about to be shown.


Pascal

 TJvDBEditShowEvent = procedure (Sender: TObject; Field: TField; var AllowEdit: Boolean) ofobject;
propertyOnShowEditor: TJvDBEditShowEvent;


Parameters

Parameters Description
AllowEdit Set this to false to prevent editing of the field.
Field The field that is to be edited.
Sender The grid that triggered the event.


Description

Write a handler for this event to conditionally enable and disable cell editing.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page