mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 15:00:24 +02:00
IDE: formatting
git-svn-id: trunk@40553 -
This commit is contained in:
parent
4b5bda4b7d
commit
1984461ac1
@ -13600,14 +13600,12 @@ begin
|
||||
PkgBoss.AddDependencyToUnitOwners(AnUnitInfo.Filename,RequiredUnitName);
|
||||
end;
|
||||
|
||||
procedure TMainIDE.OnPropHookGetComponentNames(TypeData: PTypeData;
|
||||
Proc: TGetStrProc);
|
||||
procedure TMainIDE.OnPropHookGetComponentNames(TypeData: PTypeData; Proc: TGetStrProc);
|
||||
begin
|
||||
PkgBoss.IterateComponentNames(GlobalDesignHook.LookupRoot,TypeData,Proc);
|
||||
end;
|
||||
|
||||
function TMainIDE.OnPropHookGetComponent(const ComponentPath: String
|
||||
): TComponent;
|
||||
function TMainIDE.OnPropHookGetComponent(const ComponentPath: String): TComponent;
|
||||
begin
|
||||
Result:=PkgBoss.FindUsableComponent(GlobalDesignHook.LookupRoot,ComponentPath);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user