[Lazarus] is there a free Grid component better than the default TStringGrid?
Werner Pamler
werner.pamler at freenet.de
Mon May 27 12:00:11 CEST 2019
Am 27.05.2019 um 06:43 schrieb Dennis via lazarus:
> I am hoping one that supports different column types editing without
> much coding on my side.
That's what the standard TStringGrid can do. Just use Columns. You can
pick an editor in the ButtonStyle property. In case of the picklist
editor specify the combobox items in property PickList; in case of the
checkbox column specify the value assigned to the checked and unchecked
state in properties ValueChecked and ValueUnChecked. Of course, these
editor types require the grid to be in edit mode (i.e. goEditing in
Options).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20190527/1ddd42b6/attachment.html>
More information about the lazarus
mailing list