What content is permitted in the *.lpr file?
Can I add programming content inside the *.lpr or are only application.xxxxx functions permitted?
Can I call a function from a unit here and based on the results from that, change the sequence of .CreateForms? I'm thinking about calling my check for valid license before I show any forms and depending on the results, show an "EvalMessage" form.