Home General

daDOA.pas

edited August 2001 in General
I noticed that TdaChildDOAPackage is not included in the UnRegisterClasses
call. Is this an oversight?

--
Jim Poe (jpoe@fulcrumit.com)

Comments

  • edited August 2001
    Another related question.

    Why is ClassDescription overridden?

    class function TdaDOASession.ClassDescription: String;
    begin
    Result := 'DOASession';
    end;

    Why not allow it to return the ClassName, 'TdaDOASession'?

    Thanks

This discussion has been closed.