FarListUpdate
main
|
Dialog API
The
FarListUpdate
structure specifies the settings for updating an item in a
DI_LISTBOX
or
DI_COMBOBOX
list: the index of the item to update and the updated item's data.
struct FarListUpdate { int Index; struct FarListItem Item; };
Members
Index
Index of the item to update.
Items
A
FarListItem
structure being updated.
Remarks
User data associated with a list item is not deleted. Use
LIF_DELETEUSERDATA
for autodeletion of user data.
See also:
DM_LISTUPDATE
,
TFarListUpdate
,
FarListItem
,
Structures