LCL, grids, set Title's multiline property to false by default (this prevents unnecessary listing in the lfm file)

git-svn-id: trunk@44894 -
This commit is contained in:
jesus 2014-05-02 21:14:57 +00:00
parent 86fff5f389
commit 7da0b079e6

View File

@ -448,7 +448,7 @@ type
property ImageIndex: Integer read FImageIndex write SetImageIndex default -1;
property ImageLayout: TButtonLayout read FImageLayout write SetImageLayout default blGlyphRight;
property Layout: TTextLayout read GetLayout write SetLayout stored IsLayoutStored;
property MultiLine: Boolean read FMultiLine write SetMultiLine;
property MultiLine: Boolean read FMultiLine write SetMultiLine default false;
property PrefixOption: TPrefixOption read FPrefixOption write SetPrefixOption default poNone;
end;