It would be really helpful to be able to use a "DisplayCaption" in the TLMDComponentBar for each component listed.
Right now, when I register a component in the TLMDComponentBar, I use this:
CompBar.RegisterComponent(COMPONENT_PALETTE_STANDARD, TLabel, 0);
But, I would to be able to use something like this:
CompBar.RegisterComponent(COMPONENT_PALETTE_STANDARD, TLabel, 'Label', 0);
Comments