delphi 썸네일형 리스트형 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.. 더보기 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 다음