I want to change the DBGrid.Option.I found the following code:
DBGrid.Options:=DBGrid.Options + [dgEditing];
DBGrid.Options:=[dgEditing];
But do not work properly and the error [dgEditing]. I want to enable or disable the [dgEditing],[dgRowSelect] mode.
thanks a lot, a lot.
When working with set types, this is how you do :
To change several options at once :