2012年8月24日
摘要: The following code defines a structure type of TMyRec and a pointer type of PMyRec.typedef struct MyRec{ AnsiString FName, LName;} TMyRec;typedef TMyRec* PMyRec;Assuming these types are used, the following code adds a node to TreeView1 as the last sibling of a specified node. A TMyRec record is... 阅读全文
posted @ 2012-08-24 13:54 赖侨杰 阅读(805) 评论(0) 推荐(0) 编辑