Discussing, Learning, and Using Delphi and related technologies to create Great Applications!
procedure Meeting;
const
  MeetingTitle = 'Internet Direct (Indy), Rave Reports 4.0';
  MeetingMonth = 2000.07 ;
  { tags: #Reports #2000 }
begin
  WriteLn('''
Nevrona Designs will be presenting a talk on Internet Direct (Indy) and other open source Internet components available in Inprise/Borland products. Also, an overview of their new product release Rave Reports 4.0 will be presented. Rave Reports allows you to transform your database into useful information and gives you the freedom to present it to your users over the web in the format they desire. Additionally, one of our lucky members will receive a FREE Rave 4.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;