一、override 重载type TFigure = class procedure Draw; virtual;//(我的理解是)父类中可以使用父类的,子类中使用子类的。与“四”是有区别的。 end; TRectangle = class(TFigure) procedure... Read More
posted @ 2015-08-21 18:32
findumars
Views(3811)
Comments(0)
Diggs(1)
RTTI需要引用单元TypeInfo GetPropInfo 函数用于获得属性的 RTTI 指针 PPropInfo。它有四种重载形式,后面三种重载的实现都是调用第一种形式。AKinds 参数用于限制属性的类型,如果得到的 PPropInfo 不属于指定的类型,则返回 nil。 function G Read More
posted @ 2015-08-21 18:30
findumars
Views(358)
Comments(0)
Diggs(0)
******************************* * 编 译 错 误 信 息 * *******************************';' not allowed before 'ELSE' ... Read More
posted @ 2015-08-21 18:26
findumars
Views(1379)
Comments(0)
Diggs(0)
以下代码旨在 脱离TXMLDocument 操作 xmlunit Unit3;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, xmldom, XML... Read More
posted @ 2015-08-21 18:25
findumars
Views(942)
Comments(0)
Diggs(0)
wxWidgets初学者导引全目录 PDF版及附件下载 1 前言2 下载、安装wxWidgets3 wxWidgets应用程序初体验4 wxWidgets学习资料及利用方法指导5 用wxSmith进行可视化设计附:学习材料清单 1 前言2 下载、安装wxWidgets3 wxWidgets应用程序初 Read More
posted @ 2015-08-21 18:17
findumars
Views(908)
Comments(0)
Diggs(0)