In Delphi, we can create Global Variables that can be used throughout our code.
The Global Variable makes it easy to reference the Variable at any time in our code without having to rewrite it.
Here, we will create a Variable. (Notice the Var is located in the head of our code, right below the [implementation].) Not everything can be made into a Global Variable. You will have to try and see what will work.