delphi
Set timer on procedure?
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[详细]
2023-04-12 15:30 分类:问答Having trouble setting array of TStringLists in Delphi
Var i : Integer; j : Integer; oSLArray : array of TStringList; oSL : TStringList; begin SetLength(oSLArray, emailPassword.Lines.Count);[详细]
2023-04-12 15:15 分类:问答Is there a reference for MaskEdit's masks?
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[详细]
2023-04-12 14:58 分类:问答STARTTLS error while sending email using Indy in Delphi XE
I\'m trying to send email from my application using the following code: Var MailMessage : TIdMessage; SMTP: TIdSMTP[详细]
2023-04-12 14:36 分类:问答How can I put an ordinal suffix on the end of a date?
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[详细]
2023-04-12 14:23 分类:问答Using PHP soap service with Delphi without WSDL?
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.[详细]
2023-04-12 14:22 分类:问答Delphi: How can I debug access violations when closing my application?
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[详细]
2023-04-12 13:34 分类:问答How to save a string to a .txt file in Delphi?
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[详细]
2023-04-12 13:27 分类:问答Painting TRichEdit to a canvas
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:[详细]
2023-04-12 13:15 分类:问答An error with integer to string conversion
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.[详细]
2023-04-12 13:14 分类:问答