<< Return to Main Index

< Return to Class Index

CGXDBEGrid::InitFromEngine

virtual void InitFromEngine();

Remarks

Called from CGXDBEGrid's OnGridInitialUpdate to initialize the grid with the data source specific (column width, field name, length, base style) details. You should call this later if the result set in the CGXDBEngine bound to the grid was modified and you want the grid to be re-initialized with the new column schema.

The member m_pInitFunction in CGXBrowserLayoutManager bound to the grid should be initialized when this function gets called.

See Also

CGXBrowserLayoutManager::m_pfInitFunction

CGXDBEGrid 

Class Overview | Class Members