
Application Design and Passwords
Question: How do you protect an application with a password and store it in the application’s exe-file? Answer: You’d have to hard code the password in. Then in the FormCreate method of your main form, you’d do something like this: procedure TForm1.FormCreate(Sender: TObject);var pwrd : String; PassOK : Boolean;begin Counter