const
MeetingTitle = 'Migration Automation';
MeetingMonth = 2024.11 ;
{ tags: #refind #2024 }
WriteLn('''
''');Tonight we’ll look at a batch script that calls three command-line utilities which perform a lot of tedious work of migrating legacy Delphi 5 programs to compile under Delphi 12. The old code base uses the BDE and a lot of custom components; the new code uses FireDAC and Raize Controls and Quantumn Grid from DevExpress–a huge jump in functionality and improvement in user interface!
MeetingDetails(MeetingTitle, MeetingMonth);
end;