Introduce read-only mode for grid editors. Closes #631

This commit is contained in:
Ansgar Becker
2020-02-06 12:29:35 +01:00
parent 568e1a6d8b
commit 56e541a478
8 changed files with 100 additions and 58 deletions

View File

@ -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;