Object Reference > True DBGrid Properties > Translate Property |
This property determines whether a column's underlying data values are automatically displayed in an alternate form as specified by the ValueItem objects contained in a column's ValueItems collection.
valueitems.Translate= boolean
Read/Write at run time and design time.
If True, data values that match the Value property of a ValueItem are displayed using the corresponding DisplayValue setting. The DisplayValue property may contain either text or graphics.
If False (the default), no translation is performed.
Use the ValueItems property to access the ValueItems collection for a Column object.
ValueItem Object, ValueItems Collection