cy := GetSystemMetrics(SM_CYSCREEN); ShowMessageFmt('Width:%d; Height:%d', [cx,cy]); {通過Screen 對象獲取屏幕分辨率} cx := Screen.Width;
確定! 回上一頁