没 没理头号 Unregistered / Unconfirmed GUEST, unregistred user! 2001-09-26 #1 代码: 哪位老大用过insertTool啊?下面的code是什么意思啊?[][][][]<br> b := InsertTool(fToolBar.Selected, (Sender as TXYGraph), x, y);<br> fToolBar.btnNone.Down := true;<br> fToolBar.btnNone.Click;<br> if b <> nil then<br> begin try<br> if lcount > 0 then<br> begin try<br> SetSucc(ltool, b);<br> SetPrev(b, ltool);<br> except end; end;<br> ltool := b;<br> if b.ClassName = 'TDoubleLine' then<br> ltool := (b as TDoubleLine).Lines[1];<br> inc(lcount);<br> for i := 1 to MAX_LINE_NUM do<br> if Lines = nil then<br> begin try<br> Lines := b;<br> break;<br> except end; end;<br> exit;
代码: 哪位老大用过insertTool啊?下面的code是什么意思啊?[][][][]<br> b := InsertTool(fToolBar.Selected, (Sender as TXYGraph), x, y);<br> fToolBar.btnNone.Down := true;<br> fToolBar.btnNone.Click;<br> if b <> nil then<br> begin try<br> if lcount > 0 then<br> begin try<br> SetSucc(ltool, b);<br> SetPrev(b, ltool);<br> except end; end;<br> ltool := b;<br> if b.ClassName = 'TDoubleLine' then<br> ltool := (b as TDoubleLine).Lines[1];<br> inc(lcount);<br> for i := 1 to MAX_LINE_NUM do<br> if Lines = nil then<br> begin try<br> Lines := b;<br> break;<br> except end; end;<br> exit;
没 没理头号 Unregistered / Unconfirmed GUEST, unregistred user! 2001-09-26 #2 上面的我搞定!<br>但我仍不明白是什么意思?<br>管它呢!<br>先用再说!