From 10672ff117c29700029c73f5f35818872a1c5c97 Mon Sep 17 00:00:00 2001 From: blikblum Date: Thu, 19 Feb 2009 00:40:21 +0000 Subject: [PATCH] * Fix compilation of vtbasic demo git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@713 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/virtualtreeview-new/demos/vtbasic/VTNoData.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/virtualtreeview-new/demos/vtbasic/VTNoData.pas b/components/virtualtreeview-new/demos/vtbasic/VTNoData.pas index 6ce265788..47bb72aaa 100644 --- a/components/virtualtreeview-new/demos/vtbasic/VTNoData.pas +++ b/components/virtualtreeview-new/demos/vtbasic/VTNoData.pas @@ -131,7 +131,8 @@ implementation Column: TColumnIndex; TextType: TVSTTextType; var CellText: UTF8String); const aAnimOpts : array[0..Ord(High(TVTAnimationOption ))] of string[25] = - ( 'Animated Toggle' ); + ( 'Animated Toggle', + 'Advanced Animated Toggle' ); aAutoOpts : array[0..Ord(High(TVTAutoOption ))] of string[25] = ( @@ -164,7 +165,9 @@ implementation 'WheelPanning' , 'ReadOnly' , 'VariableNodeHeight', - 'FullRowDrag' + 'FullRowDrag', + 'NodeHeightResize', + 'NodeHeightDblClickResize' ); aPaintOpts : array[0..Ord(High(TVTPaintOption ))] of string[25] =