CallMethod, AddMethod C++ Builder
Hi,
I need any working example to use AddMethod,CalMethod
need to write in main form memo from script, i''m confused with using methods...
in sript i need to use simple print to memo like: memo("this is a test");
in main unit i have:
void __fastcall TForm1::memo(String s) {
mmo1->Lines->Add(s);
}
any help(example) will be helpfull.
Thanks in advance.
I need any working example to use AddMethod,CalMethod
need to write in main form memo from script, i''m confused with using methods...
in sript i need to use simple print to memo like: memo("this is a test");
in main unit i have:
void __fastcall TForm1::memo(String s) {
mmo1->Lines->Add(s);
}
any help(example) will be helpfull.
Thanks in advance.