Posts by Edvilso ACCO • 13 points
3 posts
- 
		-1 votes1 answer245 viewsQ: Linux as Removing Duplicate LinesWhich Linux terminal command to remove duplicate lines of a.txt file? linuxasked Edvilso ACCO 13
- 
		0 votes1 answer379 viewsA: How to set a path (FTP) to automatically upload to Delphi?idftp1.host := '' // FTP server address idftp1.port := ''; //FTP server port idftp1.username := ''; // Parameter name FTP server user idftp1.password := ''; // FTP server password parameter… 
- 
		0 votes1 answer98 viewsA: How do I use sendmessage?Declare in Uses Enumwindowutil; and try this function: function PegaHandlesFilhos(h: HWnd): string; var wlistChilds : TWindowList; begin try wlistChilds := TWindowList.Create;…