PM_TableColumnsOptimize

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

Const.PM_TableColumnsOptimize

Applications and the framework send the Const.PM_TableColumnsOptimize message to table objects to optimize the column width according to current data. E.g. make the column wide enough to display all data.

Applications can override this message to control standard popup-menu item "Optimize Columns".

Parameters

Name Description
nWhat = wParamStandard method parameter. Possible values are Const.METHOD_Inquire, Const.METHOD_Execute, Const.METHOD_GetType

Returns

When nWhat = Const.METHOD_Inquire, the return value is always TRUE.

When nWhat = Const.METHOD_Execute: the return value is always TRUE.