Posts by aguena • 56 points
3 posts
-
1
votes1
answer737
viewsA: How to check the INEXISTENCE of a directory on an FTP server in Delphi?
If you use Indy (see www.indyproject.org/Sockets/index.EN.aspx), in this library you have a component called Tidftp that has the List() method and the Directorylisting property. Run List() and then…
-
2
votes2
answers822
viewsA: Destroy Tedits at runtime
Some remarks: Do not perform Destroy directly, prefer to use the Free, that executes the Destroy only after checking that the component is actually allocated. What you call "disappearing" is…
-
1
votes2
answers313
viewsA: Which program does Delphi 2010 underline in red wrong codes?
My version of Delphi is the 2006 (Turbo Explorer) and it already offers the Code Insight in the IDE. Among the resources of Code Insight, the Error Insight is what highlights in red the locations of…