Question: How can I change the program caption that is displayed in the startbar?
Answer: Use the Title property of TApplication.
example Application->Title = "Foo Application";
Last Modified: 01-DEC-99