Re: How can I execute a line of code stored in a string?



On 2006-06-29, MikeB <m.byerleyATVerizonDottieNettie> wrote:
Alternatively, there should be various scripting
components arround (some even with Delphi as language),
but i don't have experience with these and don't know
at which level they allow acces to the rest of your
application.

Have a look at Carlos Kok's PascalScript.
http://www.remobjects.com/page.asp?id={9A30A672-62C8-4131-BA89-EEBBE7E302E6}

You can use the Script Component to execute a great deal of Delphi Source Code
at runtime..

Note that while scripting solutions can be a solution, usually there are
more sane ways to get to what you want. Maybe the OP should explain the
actual problem in more detail.
.



Relevant Pages

  • Re: paxScript, v1.8
    ... > Hi Alexander, ... > I need a script component allowing me to manipulate ... > delphi created objects, (i.e. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: How can I execute a line of code stored in a string?
    ... components arround (some even with Delphi as language), ... at which level they allow acces to the rest of your ... You can use the Script Component to execute a great deal of Delphi Source Code ...
    (comp.lang.pascal.delphi.misc)