bOk = MTblGetColumnTitle( hWndCol, srTitle )

Gets the title of a column. You should use this function instead of SalTblGetColumnTitle if you are working with column header groups.

Parameters
hWndCol
Window Handle: Handle of the column

srTitle
Receive String: Contains the title if the function return successfully.

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example

Call MTblGetColumnTitle( hWndCol, sTitle )

Remarks
If the column belongs to a column header group, this function supplies the title without any trailing carriage return / line feed.

See also
Column header groups

 

Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator