... implementation function GetWindowClassName(hwnd: HWND): string; begin SetLength(Result, 1024); GetClassName(hwnd, PChar(Result), ...
確定! 回上一頁