ZeeGrid Control Message

ZGM_MARKTEXT


ZGM_MARKTEXT

An application sends a ZGM_MARKTEXT to mark the text that contains the given string.

ZGM_MARKTEXT
wParam = 0;                      //not used; must be zero
lParam = (LPARAM) lpszString;    //address of string to match

Parameters

lpszString
The value of lParam. The address of a string to match in the grid cells.

Return Values

The number of cells that matched the text in lpstring.

Remarks

The return value indicates the number of matches in visible cells. Cells that match the text but are in columns that are sized to a width of zero will not be marked, and are not returned in the match count.

Copyright © 2002-2016 by David Hillard