DM_LISTADD

Far Manager

DM_LISTADD

The DM_LISTADD message is sent to the dialog manager to add items to a DI_COMBOBOX or DI_LISTBOX list.

Param1

The ID of the dialog item to which items should be added.

Param2

Pointer to a FarList structure describing the data to be added.

Return

TRUE if the items have been added to the list.
FALSE in case of error while adding the items.

Controls

ControlDescription
DI_LISTBOX list
DI_COMBOBOX combined list

Remarks

Example


See also: