ideintf: make component treeview readonly

git-svn-id: trunk@18373 -
This commit is contained in:
paul 2009-01-21 10:02:55 +00:00
parent def590b362
commit a860666c47

View File

@ -254,7 +254,7 @@ begin
inherited Create(TheOwner);
DragMode := dmAutomatic;
FComponentList:=TBackupComponentList.Create;
Options:=Options+[tvoAllowMultiselect,tvoAutoItemHeight,tvoKeepCollapsedNodes];
Options := Options + [tvoAllowMultiselect, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly];
FImageList := TImageList.Create(nil);
FImageList.AddLazarusResource('oi_form');
FImageList.AddLazarusResource('oi_comp');