Registering a custom Imagelist editor

Giganews Newsgroups
Subject:Registering a custom Imagelist editor
Posted by: Christian Holzner
Date:Mon, 19 Jul 2010

Delphi 7: My first attempt in using a custom property editor, so please be clement.

I would like to have my own editor for an Imagelist. Creating the inherited class is no problem ;)  but how to proceed. The editor should hook in when the user presses the "Imagelist Editor..." menuitem in the popup menu.

I found a TImageListEditor class in ClxEditors.pas and also a function "EditImageList" but have absolutely no clue what now. BTW it uses the VCL not the CLX lib. But in the unit VCLEditors.pas nothing matching was found.

So, any starting point would be helpful.

Replies