The simple way I found to do this was to set up a StringList with the name
of the function in the list and a pointer to the function in the Object
property.  

The problems were to populate the list at runtime and to have all the called
functions having common parameter lists and return types.  I used a
StringList as the input parameter as the app was a CGI which imported the
parameters that way and the type was string, though variant arrays can be
used for generality.

Stephen
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to