OptimCL class inheritance diagrams.They’ve asked for an optimized,standardized title in Chinese.We need to keep the project names like“Delphi”,“VCL”,and“CLX,”using proper capitalization.We should shorten the phrase—removing unnecessary parts,like"的"and"类属
Delphi 的 VCL 和 CLX 类继承图还挺值得一看的,是你想搞清楚它们那些控件、窗口到底谁继承谁、怎么来的。VCL 偏 Windows 那一套,CLX 呢,是为了跨平台搞的,底层换成了 Qt。VCL 的类从TObject一路拉出来,像TForm、TButton这些控件基本都在里头能找到关系,