PalListArrayPopulate

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.

SalNumber PalListArrayPopulate(SalWindowHandle hWndList,
SalArray<SalString> sValues)

The PalListArrayPopulate does the same thing as VisListArrayPopulate, with the addition that it also works for Drop-down List columns.

Parameters

Name Description
SalWindowHandle hWndList The handle (or name) of the list box, combo box or drop-down list to populate.
SalArray<SalString> sValues

Returns

The return value is the number of items added to the list box or combo box.