* Store Header.Columns

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@709 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2009-02-15 16:43:33 +00:00
parent c30573bf0f
commit ba2ed59ae8

View File

@ -1453,8 +1453,7 @@ type
published published
property AutoSizeIndex: TColumnIndex read FAutoSizeIndex write SetAutoSizeIndex; property AutoSizeIndex: TColumnIndex read FAutoSizeIndex write SetAutoSizeIndex;
property Background: TColor read FBackground write SetBackground default clBtnFace; property Background: TColor read FBackground write SetBackground default clBtnFace;
property Columns: TVirtualTreeColumns read FColumns write SetColumns stored False; // Stored by the owner tree to property Columns: TVirtualTreeColumns read FColumns write SetColumns;
// support VFI.
property DefaultHeight: Integer read FDefaultHeight write SetDefaultHeight; property DefaultHeight: Integer read FDefaultHeight write SetDefaultHeight;
property Font: TFont read FFont write SetFont stored IsFontStored; property Font: TFont read FFont write SetFont stored IsFontStored;
property FixedAreaConstraints: TVTFixedAreaConstraints read FFixedAreaConstraints write FFixedAreaConstraints; property FixedAreaConstraints: TVTFixedAreaConstraints read FFixedAreaConstraints write FFixedAreaConstraints;