
delphi Login Form - Stack Overflow
in my Delphi program i've a Login Form and it's Displayed Before the Main Form is Created , but the issue that i'm facing is that i want to Login Check to be processed in the main form , that means...
Delphi application with login / logout - how to implement?
Application has a Login form and a Main form. Applications DPR file has code to load Login form first, and when Login form returns successful login, then Main form is created and loaded. When use...
oauth 2.0 - Delphi: TOAuth2Authenticator with client_credentials ...
Feb 3, 2022 · I am now doing something new in Delphi 10.4 and would like to use the REST components such as RESTClient, RESTRequest, TOAuth2Authenticator, etc. Our grant type is …
How to get past the Embarcadero Product Registration Dialog when ...
Oct 14, 2022 · The best way in dealing with expired Delphi licenses is with the use of Embarcadero License Manager that you can find in C:\Program Files (x86)\Embarcadero\Studio\22.0\bin folder. …
Delphi - Creating a login form with the option to logout, whilst ...
Aug 13, 2013 · My menu form loads as the main form, whilst the other forms need to be created. I would like users to be able to logout of the main form and return to the login form, so I have followed the …
Login form using database information Delphi - Stack Overflow
Nov 16, 2015 · Login form using database information Delphi Asked 10 years ago Modified 10 years ago Viewed 3k times
delphi - Login logout application using database data for login ...
Jun 8, 2014 · Password Login You will find articles in this site for other needs as accessing the database, try using their search box: Delphi About you will find articles on how doing basic things …
delphi - Make new form "Main Form" - how? - Stack Overflow
Apr 1, 2024 · Assuming the login form is named TLoginForm. Don't auto-create TLoginForm, but keep it in the dpr uses clause. Make TLoginForm return mrOK in ModalResult only when login is successful. …
rest - delphi, RESTServer Login and passowrd - Stack Overflow
Oct 1, 2018 · delphi, RESTServer Login and passowrd Asked 7 years, 1 month ago Modified 7 years, 1 month ago Viewed 619 times
delphi - "Login failed for user" trying to connect to SQL Server 2012 ...
Jul 25, 2015 · It simply means you're providing an incorrect password, or the sa account is disabled or locked. Is the SQL Server configured to allow "Mixed Mode" for authentication?