cb168

控件编辑器和属性编辑器类似

http://www.rgzz.sdedu.net/ebook/hdbook/computer/bc/delphizhuanti/rmjq/028.htm

 

TCommonDialogComponentEditor = class(TComponentEditor)

或者
TCommonDialogComponentEditor = class(TDefaultEditor)


RegisterComponentEditor(TCommonDialog, TDialogEditor)
 
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Registering_the_Component_Editor
procedure Register;
begin
  RegisterComponents(\'Miscellaneous\', [TMyComponent);
  RegisterComponentEditor(classes[0], TMyEditor);
end;
 

分类:

技术点:

相关文章:

  • 2021-10-04
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
猜你喜欢
  • 2021-06-12
  • 2021-11-29
  • 2022-12-23
  • 2021-07-08
  • 2021-10-14
相关资源
相似解决方案