Accessing the variable ReportOptions.Description.Text
I've done a search but don't seem to be able to locate a topic for what I want to do, which is:
Read (silently) a folder containing a number of reports
Extract the "ReportOptions.Description.Text" information for each report and place it in a ListBox
So my question is: How do I read the variable "ReportOptions.Description.Text" (in Delphi)
Many thanks in advance
John
Read (silently) a folder containing a number of reports
Extract the "ReportOptions.Description.Text" information for each report and place it in a ListBox
So my question is: How do I read the variable "ReportOptions.Description.Text" (in Delphi)
Many thanks in advance
John
Comments
John