﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-貝殼兒的寶貝匣子-最新评论</title><link>http://www.cnitblog.com/chessxu/CommentsRSS.aspx</link><description>有一天,可愛的小狗狗問媽媽:幸福是什麼?
狗媽媽說:幸福其實就是你的尾巴.
小狗狗拼命咬自己的尾巴,但是它都咬不到
"媽媽,為什麼我抓不住我的幸福?"
"傻孩子,抬起頭去走,幸福就會跟著你的!" </description><language>zh-cn</language><pubDate>Wed, 23 Nov 2005 23:56:22 GMT</pubDate><lastBuildDate>Wed, 23 Nov 2005 23:56:22 GMT</lastBuildDate><generator>cnblogs</generator><item><title>把它編寫成了函數</title><link>http://www.cnitblog.com/chessxu/archive/2005/11/14/4384.html#4436</link><dc:creator>貝殼兒1</dc:creator><author>貝殼兒1</author><pubDate>Mon, 14 Nov 2005 00:45:00 GMT</pubDate><guid>http://www.cnitblog.com/chessxu/archive/2005/11/14/4384.html#4436</guid><description><![CDATA[function TAPubSelectForm.ShowCxDBTreeListNodeValues(<br>  ACxDBTreeList: TcxDBTreeList): string;<br>var<br>    S:string;<br>    aNode:TcxTreeListNode;<br>    i:Integer;<br>begin<br>if ACxDBTreeList.Visible then<br>  if ACxDBTreeList.FocusedNode.HasChildren then  //只顯示最底層的<br>     Exit;<br>     aNode:=ACxDBTreeList.FocusedNode;<br>     for i:=aNode.Level downto 0 do<br>       begin<br>         if i=ACxDBTreeList.FocusedNode.Level then<br>            S:=aNode.Values[1]<br>         else<br>            S:=aNode.Values[1]+'-&gt;'+S;<br>         aNode:=aNode.Parent;<br>         Result:=S;<br>       end;<br>end;<img src ="http://www.cnitblog.com/chessxu/aggbug/4436.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/chessxu/" target="_blank">貝殼兒1</a> 2005-11-14 08:45 <a href="http://www.cnitblog.com/chessxu/archive/2005/11/14/4384.html#4436#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>