tmssoftware.com
TMS Support Center
FieldName in WebDataSource.OnDataChange
WEB
TMS WEB Core
Leimbach_Andreas
(Leimbach Andreas)
October 25, 2019, 11:57am
3
Hi,
the dataset was loaded from
https://jsonplaceholder.typicode.com/posts
.
The code is very simple...:
procedure TForm1.WebDataSource1DataChange(Sender: TObject; Field: TField);
begin
WebMemo1.Lines.Add(Field.FieldName);
end;
Thx!
show post in topic
© tmssoftware.com