Discussing, Learning, and Using Delphi and related technologies to create Great Applications!
procedure Meeting;
const
  MeetingTitle = 'MIDAS Technology';
  MeetingMonth = 2000.08 ;
  { tags: #Rob Schuff #2000 }
begin
  WriteLn('''
We hear a lot about multitier applications and Borland’s Multitier Distributed Application Services Suite (MIDAS) is an excellent tool to create and deliver them with Delphi. Come hear an introductory level presentation of the benefits Delphi developers have using MIDAS to implement their multitier solutions. We will discuss the purpose and use of various MIDAS components, general information about multitier application design, and walk through the code of a small multitier application.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

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;