Below are snippets for bright.
5
This function will convert a Date (passed as type TDateTime) to a long-format Julian calendar date (result as type String).
4
This bit of code will open up the http link in a new browser window. The link should be passed to the variable "HTML_File" as a string (as shown below).
2
This code will get the application title and version information from the project options and display it in the titlebar automatically when the main form is created. The project options are accessed from the Delphi IDE by selecting Project -> Options from the main menu.
1
This snippet shows how to properly implement a message dialog (messagedlg) to confirm some action or event with Delphi.









