294 views
in Embedded Wizard Studio by
In Class Core::group

method void Init();

The method Init() is invoked automatically after the component has been created. This method can be overriden and filled with logic containing additional initialization statements.

My question is, when a group component is deleted, does it also call some method that can be overridden?

Because I want to automatically reinitialize some data when a group component is deleted.

1 Answer

0 votes
by
 
Best answer

Hello,

the counterpart of Init(), the method Done() could be what you are looking for. Please note the restrictions of the Done() method:

Best regards

Paul Banach

by

sorry, my Embedded Wizard version is every old。It is 6.5;

So I guess you want me to add my own destructor according to Chora User Manual, right?

 

by

Hello,

the referenced User Manual is very very very old. In fact our online documentation is in most cases true also for older versions. Accordingly, editing the files manually is not necessary. Even with older version (6.50), you add the Done() method as explained in our actual documentation Destructor Done().

Does it help you?

Best regards

Paul Banach

Embedded Wizard Website | Privacy Policy | Imprint

...