i\'m building an application with a Twebbrowser component that needs to navigate to only 1 Page, the application will be in the Windows autostart so it\'s possible that there isn\'t any internet conne
Var i : Integer; j : Integer; oSLArray : array of TStringList; oSL : TStringList; begin SetLength(oSLArray, emailPassword.Lines.Count);
I\'m trying to make a semi-complex masking textbox in Delphi 7. I\'m having problems in that I can\'t find any kind of reference for what each开发者_C百科 character in a mask means. All I can find are
I\'m trying to send email from my application using the following code: Var MailMessage : TIdMessage; SMTP: TIdSMTP
I\'m using Delphi BDS2006 how can I format the date (01/10/2011) to look something like 1st Oct 2011 I tried using the
I\'m quite familiar with using web services in Delphi when I have a WSDL. I simply use the wizard and in a few secs I\'m up and running.
I\'m using Delphi 6 and I\'ve got an application which when being shut down produces access violation errors. We use EurekaLog so I\'m getting stack traces for debugging, but the errors seem to occur
I need to make a program that generates a passw开发者_如何学JAVAord that is saved in a text file format in a specific destination I set and the user needs to open the .txt to get the password to \'unl
I\'m trying to implement an RTF-capable tool tip window in Delphi XE. To render the rich text, I\'m using an off-screen TRichEdit. I need to do two things:
I am programming in Delphi 7 on Windows XP. This part of the program is defining a caption for the opendialog and I have a really strange problem.