| Subject: | Accessing methods by string notation [Edit] |
| Posted by: | Soumitra Bhattacharjee |
| Date: | Thu, 31 Dec 2009 |
Hey everybody
Is there a way i can access methods from the corresponding string
description of the method ? For ex:
procedure SomeMethod;
begin
//
end;
and i want to invoke this method by the equivalent string :
'SomeMethod;'
TIA
Regards
Soumitra
Edited by: Soumitra Bhattacharjee on Dec 31, 2009 6:59 AM