Dynamic Windows Function [dw_container_delete_row_by_data]
Syntax
void dw_container_delete_row_by_data(HWND handle, void *data)
Parameters
HWND handle: Handle to the window (widget).
void *data: Data pointer associated with the row.
Description
Deletes the row item with the data specified.
Remarks
This API was introduced in version 3.0.