Is there a way to hide the Titles row and the Indicator column on a DBGrid? I couldn't find any property of this kind. Can I do it programmatically?
Turn off (set to False) the Options.dgTitles
and Options.dgIndicator
in the Object Inspector, or remove them in code:
DBGrid1.Options := DBGrid1.Options - [dgTitles, dgIndicator];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With