lazcontrols: less hints

git-svn-id: trunk@42588 -
This commit is contained in:
mattias 2013-09-04 09:19:24 +00:00
parent d4a64d7a2a
commit 9481c4dba5

View File

@ -18,7 +18,7 @@ type
protected
FVertical: Boolean;
function IsVertical: Boolean; override;
procedure GetChildren(Proc: TGetChildProc; Root: TComponent); override;
procedure GetChildren({%H-}Proc: TGetChildProc; Root: TComponent); override;
procedure Loaded; override;
public
constructor Create(TheOwner: TComponent); override;
@ -170,7 +170,7 @@ end;
procedure TAdvancedToolbar.GetChildren(Proc: TGetChildProc; Root: TComponent);
begin
// toolbuttons are streamed by tabcontrol // that way the designer can see them
// toolbuttons are streamed by tabcontrol. that way the designer can see them
end;
procedure TAdvancedToolbar.Loaded;