Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TLMDComponentBar - New DisplayCaption property

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);
Tagged:

Comments

Sign In or Register to comment.