ZeeGrid Control Message

ZGM_ISGRIDDIRTY


ZGM_ISGRIDDIRTY

An application sends a ZGM_ISGRIDDIRTY to determine if a value or an attribute of the grid has been changed.

ZGM_ISGRIDDIRTY
wParam = (WPARAM) (BOOL) fEnable;  //enable flag
lParam = 0;                        //not used; must be zero

Parameters

fEnable
Value of wParam. A value of TRUE resets the "DIRTY" flag. A value of FALSE leaves the "DIRTY" flag in its current state.

Return Values

A boolean value indicating whether or not the grid is "dirty". A dirty grid means that a value or attribute of the grid has changed and a grid save operation may be necessary.

Copyright © 2002-2016 by David Hillard