Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
daDOA.pas
rbuser
August 2001
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
rbuser
August 2001
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.
Comments
Why is ClassDescription overridden?
class function TdaDOASession.ClassDescription: String;
begin
Result := 'DOASession';
end;
Why not allow it to return the ClassName, 'TdaDOASession'?
Thanks