help me !!!???(50分)

  • 主题发起人 主题发起人 lbug
  • 开始时间 开始时间
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控件如何使用?
 
1。
with SelAttributes do begin
color:=clred;
size:=50;
.....
end;

2.是
 
我想知道2问题的全部回答就是说是什麽意思
 
lbug:如果还想接着讨论请定期提前自己的帖子,如果不想继续讨论请结束帖子。
 
用selattributes前要先使用sellength和selstart选择文本啊
 
多人接受答案了。
 
后退
顶部