Jump to content

Name Property For TVCLDBColumn Object In TUniDBGrid


Frederick

Recommended Posts

I use ExpressQuantumGrid's grid component for my Delphi projects and the column objects for their grid have a Name property. This is a very useful feature because it allows me to refer to the grid column by name and avoids problems when new columns are added, re-ordered, deleted, inserted between columns or placeholder columns created in the grid for future use.

For example, instead of TUniDBGrid.Column[12], I can refer the column as grdAmount regardless of the current or future order of columns.

Please consider adding the Name property to your TUniDBGrid's columns and any other components where column properties with sub-properties are present.

--
Frederick
(UniGUI Complete - Professional Edition 1.90.0.1504)
 

Name Property For TVCLDBColumn Object.png

Link to comment
Share on other sites

×
×
  • Create New...