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