Discussing, Learning, and Using Delphi and related technologies to create Great Applications!
procedure Meeting;
const
  MeetingTitle = 'Delphi 2005 Launch Tour';
  MeetingMonth = 2004.01 ;
  { tags: #Anders Ohlsson #Delphi Release #2004 }
begin
  WriteLn('''
Come see the Ultimate Delphi at your local user group and learn everything about Delphi 2005 for .NET, Win32 and C#, including but not limited to, refactoring, unit testing, Enterprise Core Objects II, etc, etc. The list of incredibly cool stuff in this feature packed release just goes on and on. You don’t want to miss this chance to see it all, and be able to win a copy, as well as getting a show special.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'RemObjects';
  MeetingMonth = 2003.09 ;
  { tags: #Ed Dressel #RemObjects #2003 }
begin
  WriteLn('''
RemObjects SDK is the complete remoting solution for Delphi developers. It allows you to easily build multi-tier applications, publish server logic via SOAP or a custom binary protocol (even at the same time), or even access existing WebServices from your Delphi applications. RemObjects’ concept of Smart Services (services accessible at the same time using different message formats and/or network protocols) are designed to take remoting into the future by providing all of the benefits of exisiting Web Services, but eliminating their drawbacks, which include the notoriously slow and inefficient communication via SOAP, the complex setup issues involved with DCOM, etc.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'A Day in the Life';
  MeetingMonth = 2003.08 ;
  { tags: #2003 }
begin
  WriteLn('''
Tonight’s topic title indicates getting out in the trenches of Delphi development–and that’s exactly where we’ll be. David Cornelius will share his experience of working on a project that has several interesting aspects. The application utilizes TurboPower’s Async Pro serial port communications library, takes a screen-shot of another application using Windows API calls, has custom-written components (both visual and non-visual), and uses some new features of the recently released Raize Components version 3.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'What has TurboPower given us?';
  MeetingMonth = 2003.07 ;
  { tags: #Open Source #2003 }
begin
  WriteLn('''
This month, David Cornelius will explore several of the recently open sourced libraries previously sold commercially by TurboPower Software, one of the largest Delphi and C++Builder 3rd-party tools vendors over the last decade. Not all the libraries available can be adequately covered in one night. Therefore, we will look at the following code packages (descriptions taken from SourceForge.NET where these code libraries can be obtained): Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Q and A Session';
  MeetingMonth = 2003.06 ;
  { tags: #2003 }
begin
  WriteLn('''
There is no formal presentation this month. David Cornelius will provide a laptop with Delphi 6 Professional and several 3rd-party components (including all the TurboPower open source libraries). If anyone has a small project or some questions about code or techniques, please bring your questions or a disk with code that we can load to share and discuss with any others that may attend.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Advantage Database 7';
  MeetingMonth = 2003.05 ;
  { tags: #Database #2003 }
begin
  WriteLn('''
Learn what’s new in the upcoming release of the Advantage Database v7.0 scheduled for Fall 2003. Highlighted features for ADS v7.0 included, Full-text Search and Triggers among many others. The Advantage Database Server is a scalable, high performance client/server RDBMS for networked, stand-alone, Internet and mobile database applications. The Advantage Database Server supports many development environments including Borland Delphi and C++ Builder. Advantage Database provides native connections for most developments environments, facilitating easy integration with new and existing applications.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'C#Builder and Borland's Future';
  MeetingMonth = 2003.04 ;
  { tags: #Ray Lischner #2003 }
begin
  WriteLn('''
Borland has announced C#Builder, an IDE for Microsoft’s .NET platform and the C# language. Even if you have no intention of using C# or .NET, you should pay attention to this product because it is a major milestone for Borland. Borland has created a new IDE core, which will be used in the next Delphi for Windows and Delphi for .NET products. Also of interest to Delphi programmers is a glimpse at Borland’s new strategic focus on Model-Driven Architecture (MDA) and Application Lifecycle Management (ALM).
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'Event-Driven Programming: Separating GUI From Data';
  MeetingMonth = 2003.03 ;
  { tags: #2001 }
begin
  WriteLn('''
It’s too easy to intertwine the Graphical User Interface (GUI) with the data. But what if you want to later use the data in a different context? You either have to extract the code, or re-write it. Event-driven programming can help significantly to keep your application looking sharp and responsive while keeping the data as a separate entity. PRESENTER David Cornelius has been a developer for 15 years working mostly on the DOS and Windows platforms using Borland’s Pascal compilers.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'FirebirdSQL';
  MeetingMonth = 2003.03 ;
  { tags: #Database #Rob Schuff #2003 }
begin
  WriteLn('''
Firebird is a relational database offering many ANSI SQL-92 features that runs on Linux, Windows, and a variety of Unix platforms. It has been used in production systems, under a variety of names since 1981. Much development has occured since Firebird rose from the ashes of the Open sourcing of Interbase. In this presentation some of the topics we’ll explore and demonstrate include: A brief history of Firebird/InterBase A review of Firebird’s Features What’s new since the open sourcing of InterBase What’s new in the forthcoming release of Firebird 1.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;

procedure Meeting;
const
  MeetingTitle = 'CodeWright';
  MeetingMonth = 2003.02 ;
  { tags: #2003 }
begin
  WriteLn('''
CodeWright and Delphi are a perfect combination for Delphi programmers. Delphi provides necessary tools for developing applications. CodeWright supplies invaluable tools for analyzing and editing Pascal and other Delphi code. This presentation shows some of the ways that Delphi development tools and CodeWright editing features complement each other. It first shows how CodeWright works with Delphi through environment synchronization, project creation, command line configuration and file support. It then describes some of the features that make CodeWright a useful tool for Delphi programmers.
  ''');
  MeetingDetails(MeetingTitle, MeetingMonth);
end;