SSN_INVALIDDATA Message
Applies To
fpSpread control
Description
Sent to the owner of the fpSpread control when the user has entered invalid data into a cell. The owner receives this message through a WM_COMMAND message from the control.
Parameters
The following parameters are available:
| Parameter | Description | |
|---|---|---|
| wParam | Low Word | fpSpread control ID |
| High Word | SSN_INVALIDDATA | |
| lParam | Window handle of the fpSpread control | |
Remarks
This message is sent when edit mode is turning off.
Return Value
None