ZeeGrid Control Message

ZGM_EMPTYGRID


ZGM_EMPTYGRID

An application sends a ZGM_EMPTYGRID message to empty the grid contents. This does not affect the ZeeGrid title, column headers, or column widths.

ZGM_EMPTYGRID
wParam = (WPARAM) (BOOL) fEmpty;   //empty flag
lParam = 0;                        //not used; must be zero

Parameters

fEmpty
Value of wParam. A value of TRUE will delete all rows. A value of FALSE will keep all rows, but set all cells to the default values and attributes.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard