Jump to content
luciano_f

How to change the TVirtualImageList editor?

Recommended Posts

Sorry, this is pretty off topic.

Frankly, I don't understand why you feel the need to create a descendant of TVirtualImageList. Yes, the bottom part is high. But you don't gain much by narrowing it down.
One serious reason is that you don't know anything about it. If you just want to learn, that's fine.

I use this approach:
I have a TImageCollection on a DataModule. N - normal, D - disable, H - hot.

1443784678_Snmkaobrazovky2023-10-02174537.png.7ab3ff2e471cb43f9c42e4e8ea4559d9.png
I create the corresponding TVirtualImageList-s on the concrete forms. Personally, I have only two types. Namely for:

  1. main form: the number of images depends on the application
  2. other forms: here I have images only for DBNavigator

If I create a new form, I just copy the existing TVirtualImageList-s there. Alternatively, I will edit them.
Personally, I have no problem with displaying a large number of images. But if you have a 14" monitor...

974777879_Snmkaobrazovky2023-10-02174614.thumb.png.18b582b226adf3bd6a9b8fcc374e973f.png

Share this post


Link to post

@Softacom Company

 

Simply fantastic

Last question for Master of Mages

How did you extract the Form Components without having access to it ?  file "ImageCollectionEditorForm.dfm"

Share this post


Link to post
39 minutes ago, luciano_f said:

How did you extract the Form Components without having access to it ?  file "ImageCollectionEditorForm.dfm"

There is some useful tool for this purpose: EXE Explorer

  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×