mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 10:19:23 +02:00
laz.VirtualTrees: TVirtualTreeColumn.Hint should be written to the lfm
This commit is contained in:
parent
235809a870
commit
40558f7043
@ -1085,7 +1085,7 @@ type
|
|||||||
property CheckBox: Boolean read FCheckBox write SetCheckBox default False;
|
property CheckBox: Boolean read FCheckBox write SetCheckBox default False;
|
||||||
property Color: TColor read FColor write SetColor stored IsColorStored;
|
property Color: TColor read FColor write SetColor stored IsColorStored;
|
||||||
property DefaultSortDirection: TSortDirection read FDefaultSortDirection write FDefaultSortDirection default sdAscending;
|
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 ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1;
|
||||||
property Layout: TVTHeaderColumnLayout read FLayout write SetLayout default blGlyphLeft;
|
property Layout: TVTHeaderColumnLayout read FLayout write SetLayout default blGlyphLeft;
|
||||||
property Margin: Integer read FMargin write SetMargin stored IsMarginStored;
|
property Margin: Integer read FMargin write SetMargin stored IsMarginStored;
|
||||||
|
Loading…
Reference in New Issue
Block a user