Blog信息 |
blog名称:注册会计师(注会)练习软件 日志总数:398 评论数量:116 留言数量:27 访问次数:3268515 建立时间:2005年6月6日 |

| |
[borland eco 技术]eco建模对象视图中:在一个类的过程中运用建立另一个相关联的类并处理 软件技术
吕向阳 发表于 2006/10/7 20:55:01 |
备忘
procedure salepaper.recivelefttp; //salepaper为一个类var alefttp:lefttp; //lefttp为salepaper的一对多的关联类 I: Integer; xssrecord:ssrecord; //ssrecord为salepaper的一对多的关联类beginfor I := 0 to self.ssrecords.count - 1 dobegin xssrecord:=ssrecords[i]; alefttp:=lefttp.Create(self.AsIObject.ServiceProvider); alefttp.mustreturn:=20; alefttp.quantity:=30; alefttp.salepaper:=self; alefttp.tcategory:=xssrecord.waterlx.tcategory; alefttp.kh:=self.kh;end;end; |
|
回复:eco建模对象视图中:在一个类的过程中运用建立另一个相关联的类并处理 软件技术
gattaca88077@hotmail(游客)发表评论于2006/10/24 10:38:01 |
李維的ECO快出書了, 希望能帶起ECO的討論風潮http://gordonliwei.spaces.live.com/PersonalSpace.aspx?_c= |
|
» 1 »
|