I want to create own classes inherit e.g. from TDialog like
But now, the Method ::ClassName() returns "MYTDIALOG".
As I see, some methods check for ::Classname() like
so "MYTDIALOG" is not checked.
Is that a problem?
Thanks.
CLASS MYTDIALOG FROM TDIALOG
DATA ...
METHOD ...
ENDCLASSBut now, the Method ::ClassName() returns "MYTDIALOG".
As I see, some methods check for ::Classname() like
IF ::ClassName() $ "TDIALOG,..."so "MYTDIALOG" is not checked.
Is that a problem?
Thanks.
Frank-Peter