Show vertical scrollbar in comment editbox

This commit is contained in:
Ansgar Becker
2011-04-02 06:03:15 +00:00
parent bef2d5278d
commit 98a028c4cf

View File

@@ -208,6 +208,7 @@ object frmTableEditor: TfrmTableEditor
Lines.Strings = (
'memoComment')
MaxLength = 60
ScrollBars = ssVertical
TabOrder = 1
OnChange = Modification
end