IDE, Component List: add comments, formatting

git-svn-id: trunk@38631 -
This commit is contained in:
juha 2012-09-13 06:39:08 +00:00
parent caeb80cabc
commit 3688f42e45

View File

@ -448,6 +448,7 @@ begin
end;
procedure TComponentListForm.OKButtonClick(Sender: TObject);
// Select component from palette and close this form. User can insert the component.
var
AComponent: TRegisteredComponent;
begin
@ -460,7 +461,7 @@ end;
procedure TComponentListForm.CancelButtonClick(Sender: TObject);
begin
IDEComponentPalette.Selected := nil;
IDEComponentPalette.Selected := nil; // Remove component selection from palette.
Close;
end;