PM_PictureBrowse

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_PictureBrowse

Applications and the framework send the Const.PM_PictureBrowse to cPictureDataItem objects to open the browse dialog where the user can select a picture file.

Parameters

Name Description
nWhat = wParam Standard method parameter. Possible values are Const.METHOD_Inquire, Const.METHOD_Execute
lParam Unused

Returns

When nWhat = Const.METHOD_Inquire, the return value is TRUE if the picture item is updateable and enabled, FALSE otherwise.

When nWhat = Const.METHOD_Execute, the return value is TRUE if the user selects a file, FALSE otherwise.