29 June 2018 delphi function kill process taksmanager Kill process on taksmanager by delphi Hai guys.. back again with me, today i have function for kill aplication on process in taks manager, for example i have opened notepad. ...
24 November 2017 delphi function Get Computer Name - Delphi Hello guys.. still with me now.. comeback again with experient to finding code, as you can.. maybe you need computer name this is simpl...
20 October 2017 coma cxCurrencyEdit DevExpress eliminate function How to get text value from cxCurrencyEdit without comma How'dy , today i have problem from cxCurrencyEdit but easy get solution just make function to eliminate char target. on my case i have c...
05 July 2017 convert delphi function script simple Simple key number generator script using delphi Hello all.. this day i was have a problem to make solution my program, the last i'm learning i'm forget for learning of key genera...
04 June 2017 check delphi function running taskmanager How to check if a process is running using Delphi? Sometimes i need to know what my aplication running on taskmanger or not. so this littel bit scrypt how to check it. uses TlHelp32; An...
29 May 2017 backup decrypt delphi encrypt function simple Simple Encrypting and Decrypting a Text File Hello guys back again to write code and the last my program need to backup and encrypt that file, for backup i'm using unidump that ...
23 March 2017 delphi function password random Function Random String Simple code for if you need random string character like password, id code and many others. here we go.. function kodeacak(PLen: Integer...
27 January 2017 delphi function Calculate Age Person by Birthdate on Delphi Hello Now instant make calculate age person by birthdate, date mode we use dd/mm/yyyy or dd.mm.yyyy : function CalculateAge(Birthday, Cu...
26 January 2017 delphi function Encode Decode Base64 String On Delphi Here We go.. Firt using encode - decode base64 for security string for saving at registry this alternative so simple and secure. co...
25 January 2017 delphi function Check Internet Connection on Delphi Today we will learn to check if the computer that our program is running is connected to the internet or not. I'm use delphi 7 f...