전체 글 썸네일형 리스트형 Delphi Tips #1 윈도우 사용자 이름 nSize := MAX_COMPUTERNAME_LENGTH + 1; SetLength(szBuffer,NSize); GetUserName(Pchar(szBuffer),nSize); 컴퓨터 이름 GetComputerName(Pchar(szBuffer),nSize); ------------------------------------------------------------ 프로그램 추가삭제에서 뜨는 목록 보기 const UNINST_PATH = 'Software\Microsoft\Windows\CurrentVersion\Uninstall'; var Reg : TRegistry; SubKey: TSTringList; I : Integer; sDisplayName : String; begi.. 더보기 #1. Serial communication for VCL in windows(윈도우에서 VCL 시리얼 통신 프로그램) The first time I came across Delphi was because the company needed to control the equipment using Delphi. 나는 맨 처음 델파이를 접하게 된 계기가 회사에서 델파이를 이용해서 장비를 제어하는 것이 필요해서였다. I'm not a program major, so I had to do a lot of trial and error, and I often used the wrong development method, but "I do it until I can." "We will improve it to the end.I have developed the program with that mindset. 나는 프로그램 전공자가 아니.. 더보기 The advantages of Delphi compared to Python Delphi and Python are both popular programming languages, but they have different strengths and weaknesses. Here are some advantages of Delphi compared to Python: Performance: Delphi is a compiled language, which means that the code is compiled into machine code before execution. This results in faster and more efficient code compared to Python, which is an interpreted language. Native support f.. 더보기 이전 1 2 3 4 5 다음