Do you know how can I change column title in DBGrid. I try with DBGrig1.Columns(1).Title = "New" but I received this error "Object doesn't support this property or method"
Who can help me.
Thanks.
Redg
Printable View
Do you know how can I change column title in DBGrid. I try with DBGrig1.Columns(1).Title = "New" but I received this error "Object doesn't support this property or method"
Who can help me.
Thanks.
Redg
The Property you want is Caption, not Title, ie.
DBGrid1.Columns(1).Caption = "New"
Aaron Young
Analyst Programmer
[email protected]
[email protected]