ZeeGrid Control Message

ZGM_GETEDITTEXT


ZGM_GETEDITTEXT

An application sends a ZGM_GETEDITTEXT to get the text of a cell's edit box after the edit is finished, but before the text is stored in the cell.

ZGM_GETEDITTEXT
wParam = (WPARAM)(int) iChars;       //length of string supplied in lParam
lParam = (LPARAM) lpszString;        //pointer to string to retrieve edit text

Parameters

iChars
The value of wParam. The number of bytes allocated for the string in lParam.

lpszString
The value of lParam. A pointer to a null-terminated string to hold the contents of the cell edit control contents.

Return Values

This message does not return a value.

Copyright © 2002-2016 by David Hillard