JVCL Help:TJvDBGrid.ShowGlyphs

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates whether the grid displays images or not.


Pascal

 propertyShowGlyphs: Boolean;


Description

Set ShowGlyphs to true to replace the field content of blob and memo fields with an image. If ShowGlyphs is false, the grid displays the default text strings, like "(Memo)" and "(Blob)" instead.

The grid will display custom images for the following field types:

ftBytes, ftVarBytes, ftBlob, ftTypedBinary, ftOraBlob
ftMemo, ftOraClob
ftGraphic
ftParadoxOle, ftDBaseOle
ftCursor, ftReference, ftDataSet
ftBoolean 


See Also

,


About

Notes

If the OnGetText and OnSetText events are assigned, ShowGlyphs does nothing.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page