構造的に表示 平面上に表示 ツリー上に表示
スレッド [ 前へ | 次へ ]
toggle
Class rename
答え
16/07/07 14:02
Hello,

I would like to know if is possible to rename a class in the class hierarchy after the creation. 

Thank you

RE: Class rename
答え
16/07/01 13:34 Andrea Rapacciへのコメント
Hi,
Renaming of classes in ADOxx is not possible. But you can copy one class within your application library. After you selected the the 'superclass' from which the copied class should be inherited, you can give this class a name. Afterwards, it is up to you, if you want to delete the original class. 
NOTE: Please check library on errors as it can occur some mis-matches because of previous definitions e.g.: MODI, InterRefs, ...

RE: Class rename
答え
16/07/01 13:56 Mehmet Albayrakへのコメント
Ok Thanks