Howdy, Stranger!

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

In this Discussion

How to register the property Editor for DataField property (DB-components).

Hi,
I need to show in combobox the list of the fields name.(DataField property in  DBtext component).
How can do it.
thank.

Comments

  • 1 Comment sorted by Votes Date Added
  • Hi,

    There no built-in property editor for that. You should implement the editor yourself. To write a custom property editor you need to declare a class as a descendant of TLMDPropEditor or one of existing property editors and override its virtual functions. The best examples of how to write custom property editor is to look at predefined property editors implementations in package source code.
Sign In or Register to comment.