mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-01 04:27:11 +01:00
ideintf: make component treeview readonly
git-svn-id: trunk@18373 -
This commit is contained in:
parent
def590b362
commit
a860666c47
@ -254,7 +254,7 @@ begin
|
|||||||
inherited Create(TheOwner);
|
inherited Create(TheOwner);
|
||||||
DragMode := dmAutomatic;
|
DragMode := dmAutomatic;
|
||||||
FComponentList:=TBackupComponentList.Create;
|
FComponentList:=TBackupComponentList.Create;
|
||||||
Options:=Options+[tvoAllowMultiselect,tvoAutoItemHeight,tvoKeepCollapsedNodes];
|
Options := Options + [tvoAllowMultiselect, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly];
|
||||||
FImageList := TImageList.Create(nil);
|
FImageList := TImageList.Create(nil);
|
||||||
FImageList.AddLazarusResource('oi_form');
|
FImageList.AddLazarusResource('oi_form');
|
||||||
FImageList.AddLazarusResource('oi_comp');
|
FImageList.AddLazarusResource('oi_comp');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user