mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 07:59:37 +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);
|
||||
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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user