Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在 GMMap 上使用鼠标滚轮将地图缩放到 TWebBrowser D10。
感谢帮助。
您需要将 ScrollWheel 添加到 GMMap.NonVisualProp.Options 集
GMMap.NonVisualProp.Options := GMMap.NonVisualProp.Options + [ScrollWheel];
或排除它
GMMap.NonVisualProp.Options := GMMap.NonVisualProp.Options - [ScrollWheel];
默认情况下,此集包含此选项