Home Server

Free Delphi objects

edited June 2005 in Server
Hi,

I have a report that obtains its information using a JIT pipeline. The
pipelines accesses a list of my own Tlocation objects. This report is
produced on the server using report builder enterprise 9.02. When the report
has been generated and the pipeline is no longer required, I want to free my
list of objects. How can this be done? Is there an event I should use? Are
there any examples?

Regards and Thanks

Thang

Comments

  • edited June 2005

    Use the OnDestroy event of the Form or DataModule upone which the
    ReportVolume resides.

    When a report is executed a new DataModule will be created. The DataModule
    will free'd when the report is no longer needed.



    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.