English 中文(简体)
Windows XP/Delphi 7
原标题:Persistent Objects in Windows XP/Delphi 7
  • 时间:2009-11-02 19:25:59
  •  标签:

我正试图在Delphi 7,Windows XP做一个AlarmSystem。 我不得不在数据库中登记警报(MSQ服务器,2000年)。 但是,服务器倒塌吗? 我完全可以想象,我必须坚持Talarm型物体。 因此,我如何能够做到这一点? 是否可以继承TComponent? 请让我如何做到这一点?

感谢很多。

我对我的英语感到担忧。

Here you have more info... TAlarm is a class that descends from TObject, basically. There are 10 more classes that descend from TAlarm (some types of alarms). TAlarm has a field named FParams : TParams, and the child classes only have an Execute method. The field FParams can be of different types: TAlarmX1_Params, TAlarmX2_Params, etc, etc, etc.

问题回答

暂无回答




相关问题
热门标签