Examples: Grid Columneditors, added Option goTabs for convenience.

git-svn-id: trunk@43777 -
This commit is contained in:
martin 2014-01-21 14:48:46 +00:00
parent 8656af3464
commit b15354e59a

View File

@ -58,7 +58,7 @@ object Form1: TForm1
Title.Caption = 'PickList'
end>
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goAlwaysShowEditor, goSmoothScroll, goCellHints]
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs, goAlwaysShowEditor, goSmoothScroll, goCellHints]
ParentShowHint = False
ScrollBars = ssBoth
ShowHint = True