 |
Delphi 元件設計初步 - 東吳大學資訊管理學系
unit Week; interface uses Windows, SysUtils, DsgnIntF, classes; type TWeekName = type Integer; TWeekNameProperty = class(TIntegerProperty) public function GetValue: string; override; procedure SetValue(const Value: string); override; end; implementation c
sun.cis.scu.edu.tw |
 |