laz.VirtualTrees: TVirtualTreeColumn.Hint should be written to the lfm

This commit is contained in:
Željan Rikalo 2022-09-22 21:26:40 +02:00
parent 235809a870
commit 40558f7043

View File

@ -1085,7 +1085,7 @@ type
property CheckBox: Boolean read FCheckBox write SetCheckBox default False;
property Color: TColor read FColor write SetColor stored IsColorStored;
property DefaultSortDirection: TSortDirection read FDefaultSortDirection write FDefaultSortDirection default sdAscending;
property Hint: TTranslateString read FHint write FHint stored False;
property Hint: TTranslateString read FHint write FHint;
property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1;
property Layout: TVTHeaderColumnLayout read FLayout write SetLayout default blGlyphLeft;
property Margin: Integer read FMargin write SetMargin stored IsMarginStored;