-
-
为什么还说有抽象类的方法
-
发表于:
2005-11-6 18:48
5558
-
TStrings是个抽象类,于是我建立了一个子类
可是编译的时候还是报
FLines := THexStrings.Create; // 这句产生Warning
[Warning] HexView.pas(263):
Constructing instance of 'THexStrings' containing abstract methods
THexStrings = class(TStrings)
private
// Memo: TCustomMemo;
protected
procedure Put(Index: Integer; const S: string); override;
procedure SetTextStr(const Value: string); override;
procedure SetUpdateState(Updating: Boolean); override;
public
procedure Clear; override;
procedure Delete(Index: Integer); override;
procedure Insert(Index: Integer; const S: string); override;
end;
[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)