L
lbug
Unregistered / Unconfirmed
GUEST, unregistred user!
1:问题
property SelAttributes: TTextAttributes;(这里的selattributes如何使用)
2:问题
如何实现把鼠标放到控制面板上然后出现提示信息我用了application这个控健的onshowhint事件然后写了如下代码:
with hintinfo do
if hintcontrol=label1 then
hintpos:=hintcontrol.clienttoscreen (point(hintcontrol.width div 2, hintcontrol.height div 2));
还有这段代码是否用到了label控件如何使用?
property SelAttributes: TTextAttributes;(这里的selattributes如何使用)
2:问题
如何实现把鼠标放到控制面板上然后出现提示信息我用了application这个控健的onshowhint事件然后写了如下代码:
with hintinfo do
if hintcontrol=label1 then
hintpos:=hintcontrol.clienttoscreen (point(hintcontrol.width div 2, hintcontrol.height div 2));
还有这段代码是否用到了label控件如何使用?