Posts by Wederson • 31 points
6 posts
-
1
votes0
answers96
viewsQ: time zone error indy10 Delphi
I have a screen that sends emails using Indy10 but it sends with the wrong time zone. He is sending the email always 2 hours late, IE, if I send at 17:00 he marks in the email as sent at 15:00. I…
-
0
votes1
answer758
viewsQ: How to use Tanimate in Delphi
Hello, I want to use the tool Tanimate, but it has no animation in it, where I researched says it already comes along with the tool. Can you tell me if you have to declare something together? or…
-
1
votes2
answers408
viewsQ: Problem to destroy Delphi’s DM
In the system we use Delphi DM to do SQL command, but they are called screen on screen, and sometimes one screen uses the other (or more). Only this causes memory overflow, to solve, I’m killing the…
-
-1
votes1
answer213
viewsQ: how to receive panel values for a string array?
how to receive panel values with edits for a string array? I need 10 records that will be typed into edits that are inside a panel, and so save into an array of strings or integers.
-
-1
votes2
answers1613
viewsA: Removing characters from a text
Follows solution to the problem... procedure TfrmPrincipal.RemoverEmailJackson; var vTexto: string; vTextoAux: TStringList; i: Integer; begin try vTextoAux := TStringList.Create; vTexto :=…
-
-1
votes2
answers1613
viewsQ: Removing characters from a text
Hello, I need to make an application that within a notepad (which I did), remove data in an interval. What I need now is to know how to remove the email (in parentheses) from the phrase. Example:…