lcl: docs: fixed example

git-svn-id: trunk@31206 -
This commit is contained in:
mattias 2011-06-13 21:28:58 +00:00
parent 57bb0b83b2
commit e84b06edc8

View File

@ -44,8 +44,7 @@ begin
LogListBox.Items.Add('Async '+ IntToStr(Data)); LogListBox.Items.Add('Async '+ IntToStr(Data));
end; end;
initialization {$R *.lfm}
{$I testqueueasynccall.lrs}
end. end.