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.
我有一个未启用的 TDBEdit,因此没有显示提示。 在保持禁用状态时让它显示提示的最佳方法是什么?
我唯一能想到的是用一个完全透明的控件覆盖 TDBEdit,该控件将 ShowHint 设置为 True 并设置了 Hint 属性。
将已禁用的 TWinControl(TDBEdit 是 TWinControl)拖放到已启用的TWinControl 容器(例如 TPanel)上,并将 TPanel 提示设置为所需的值。