Milton Coyne
In the previous Learn Delphi Video Tutorial series for beginners, we have learned some important details about string variables and how to declare or manipulate them in a Delphi program. We have also learned the… … Read more
4 years ago in Coding, Delphi, Learn, learn delphi, object pascal, programming, Videos0
Milton Coyne
Now that we have learned and probably mastered how to declare string variables in a Delphi program, it is always fascinating to encounter strange behavior that might cause some confusion. Strings are indeed special in… … Read more
4 years ago in Coding, Delphi, Learn, learn delphi, object pascal, programming, Videos0
Milton Coyne
Delphi MVP Alister Christie recently launched his book entitled “Code Faster in Delphi”. Much like his YouTube Channel that aims to help aspiring programmers to program faster and better, his book comes with the same… … Read more
4 years ago in Coding, Delphi, Learn, learn delphi, object pascal, programming, Videos0
Milton Coyne
In this four-part Learn Delphi Video tutorial series, we will explore everything about String Variables and how to process and manipulate these String functions and procedures in a Delphi Project. The first part of the… … Read more
4 years ago in Coding, Delphi, Learn, learn delphi, object pascal, programming, Videos0
Milton Coyne
Finally, we have reached the final part of this Learn Delphi Video Tutorial series about String Variables and how to process and manipulate them in a Delphi Program. The early tutorials have covered several String… … Read more
4 years ago in Coding, Delphi, Learn, learn delphi, object pascal, programming, Videos0
Milton Coyne
If you are one of the aspiring programers who accepted the challenge from the recently concluded Learn Delphi Video tutorial about String Variables, you should watch this video to see if you have programmed your… … Read more
4 years ago in Coding, Delphi, Learn, learn delphi, object pascal, programming, Videos0
Marshall Fryman
Has anyone noticed that Delphi 2007 cannot append to a text file over 2GB in size? I freely admit that I had a problem in my code that created log files that large in the… … Read more
15 years ago in Coding, Delphi0
Marshall Fryman
In my ever expanding need for dealing with the outside world, I’ve discovered a quirky little thing about Indy 10. When using the TIdPOP3 component with Gmail, you have to manually call DisconnectNotifyPeer or delete… … Read more
15 years ago in Coding, Delphi, Indy0