|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 11 > 16 > Telegram_2020-11-16T14 |
2020-11-16T14:19:28
You mean like this?
RegisterCallBack('yourdelphifunctiontoreceiverow',
procedure(aParams: TStrings)
begin
data:= aParams.value['paramrow'];
end);
Because I get no results