首页 > 代码库 > delphi 属性编辑器

delphi 属性编辑器

RegisterPropertyEditor

TPictureEditor = class(TClassProperty)
 
RegisterPropertyEditor(TypeInfo(TPicture), nil, ‘‘, TPictureEditor);
RegisterPropertyEditor(TypeInfo(TBitmap), nil, ‘‘, TPictureEditor)


delphi 属性编辑器