var Style: Integer;begin Style := GetWindowLong(Handle, GWL_STYLE);//wnd为控件句柄 if (Style and (WS_VSCROLL)) <> 0 then Caption := 'Yes' else Caption := 'No';end; 相关文章: 2021-10-27 2022-12-23 2021-06-23 2021-12-10 2021-09-10 2022-02-19 2022-02-13 2021-09-16