Comments

3 comments

  • Roy Woll

    Sorry, but I don't understand this question. I believe it should work the same way as TwwEdit.

    0
    Comment actions Permalink
  • Erik Fidlers

    I created a component TMywwEdit that inherits from TwwEdit. I can put it on a TwwLayoutGrid. The application compiles but at runtime I get the error "Class TMywwEdit not found".

    0
    Comment actions Permalink
  • Roy Woll

    You should register your class so it can be created dynamically. For instance, our code does this in its initialization section of its unit.

    initialization

    RegisterFmxClasses([TwwEdit]);

     

    1
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk