[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sends the specified character to the active control and returns an integer status result.
Source position: grids.pas line 328
protected function TCompositeCellEditor.SendChar( |
AChar: TUTF8Char |
):Integer; |
AChar |
|
UTF-8-encoded character applied in the method. |
Gets the active editor control, and sends the specified character to its widgetset class instance when the handle has been allocated. The return value is 1 if the character was sent to the widgetset class. The return value is 0 if the active control could not be determined, or its handle is not available.
Version 4.0 | Generated 2025-05-03 | Home |