BCGControlBar Pro for MFC
virtual BOOL CBCGPDBGridCtrl::GetFieldList ( LPCTSTR  lpszTable,
CStringList &  lstField 
)
pure virtual

Retrieves the list of fields.

Returns
TRUE if the function succeeds; otherwise FALSE.

Use this function to retrieve the list of fields from the specified table.

Parameters
lpszTableSpecifies the table name.
lstFieldContains the list of fields when the function returns.