RegisterPropertyEditor

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


相关文章: