I try to write a unit who is interfacing with delphi scripting.
To use DOA component in delphi Script, i need to know the derived class from the component (TOracleDataSet,TOracleSession,TOracleLogon....)
We have found some component( http://www.remobjects.com)that permit to use some script(Pascal script) in a compiled program. For using the DOA component in the script we need to declare the object, method procedure ...
So when we declare the component we need to know the component from witch he is derived
ex: A TDataset =class(TCOMPONENT)
So to declare the DOA component i need to know from witch ancestor class the componant (TOracleDataSet,TOracleSession,TOracleLogon....) are derived.