JVCL Help:TJvDBGrid.EditControls

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

Search in JVCL Help

 
Search in all projects
 

Summary

Allows field editing using inplace external controls like combo boxes or check boxes.


Pascal

 propertyEditControls: TJvDBGridControls;


Description

In the property inspector, clicking on the ellipsis a dialog showing the columns of the grid opens. There you can select fields requiring special editing capabilities, and bind them to external controls. You must add those controls previously to the form, and set all their properties as if they would be used stand alone. In run time, those controls will be invisible until the associated field in the grid get focus, then the control will appear into the grid. (Note: will not work if Option: dgAlwaysShowEditor is true)


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