文件名称:VCL中主要类之间的继承关系-Delphi经典教程
文件大小:1.36MB
文件格式:PPT
更新时间:2024-05-14 23:25:54
Delphi
VCL中主要类之间的继承关系 Tobject类是所有其他类的祖先。 TObject 在System 单元声明,该类只定义了少数方法,包括一个基本的构造函数和析构函数。 TObject Exception TStream TPersistent TPrinter TList TGraphicsObject TGraphic TComponentent TCollection TStrings TScreen Tmenu TControl TCommonDialog TField TGraphicControl TWinControl TForm TScrollingWinControl TCustomControl 图14-1 VCL主要类之间的继承关系