Implement editing capabilities into TMySQLQuery, and make query results editable by using all the same events as in DataGrid. Most probably some bugs to fix now.

* Fixes issue #723
* Fixes issue #873
This commit is contained in:
Ansgar Becker
2010-05-05 21:39:15 +00:00
parent 8579ca2841
commit 05b07eb8f2
7 changed files with 1353 additions and 1073 deletions

View File

@ -318,6 +318,7 @@ const
SContainsNulCharFile = 'This file contains NUL characters. They have been converted to ASCII spaces (SP).';
SContainsNulCharGrid = 'This cell contains NUL characters. They have been converted to ASCII spaces (SP). Press ESC to cancel editing.';
SUnhandledTreeLevel = 'Unhandled tree node level.';
MSG_NOGRIDEDITING = 'Selected columns don''t contain a sufficient set of key columns to allow editing. Please select primary or unique key columns, or just all columns.';
PKEY = 'PRIMARY';
KEY = 'KEY';