Oracle Monitor - Query Names

I would like to know how to view the name of TOracleQuery or TOracleDataSet variables while using Oracle Monitor. The fact is that I am able to see them when the components are created at design-time, but I dont know how to do it when I create them at runtime.
 
To view or set the name of a TOracleQuery or TOracleDataSet at run-time, you can access the Name propery. Note that if you change the name at run-time, it must be unique within the owner (e.g. a form or data module).
 
Back
Top