mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Introduce read-only mode for grid editors. Closes #631
This commit is contained in:
@ -68,6 +68,7 @@ type
|
||||
procedure SetMaxLength(len: integer);
|
||||
procedure SetFont(font: TFont);
|
||||
property Modified: Boolean read FModified write SetModified;
|
||||
property memoText: TLineNormalizingMemo read FmemoText;
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user