|
<< Click to Display Table of Contents >> Navigation: Telegram > 2024 > 12 > 07 > Telegram_2024-12-07T13 |
2024-12-07T13:23:49
There are 6 different method signatures that you can use as a callback in IntraWeb (from 15.1 and forward):
2024-12-07T13:24:20
Please notice that the method you are trying to register is missing the type for the result parameter, that's why the compiler shows an error
2024-12-07T13:26:33
Also, the 1st parameter is TStrings, not TStringList. The TStringList parameter is used only without other parameters