CGXDaoGrid::GetDisplaySize
virtual long GetDisplaySize(const CDaoFieldInfo& fieldInfo);?
fieldInfo
A reference to a CDaoFieldInfo structure which contains field information for a field in a CDaoRecordset.
Return Value
Returns the default column width in characters.
Remarks
This method is called from OnInitColInfo to determine the default column width in characters for the specified field type. You may override this method if you want to change the initial widths for specific data types.