[Pas2js] Cannot access Rows property
warleyalex
warleyalex at yahoo.com.br
Sat Mar 17 16:14:05 CET 2018
Thanks for the feedback.
Indeed, this works for me;
type
{ TClientDataSet }
TClientDataSet = class(TBaseJSONDataSet)
private
{ private declarations }
protected
{ protected declarations }
procedure SetConnection(Value: TClientConnection);
public
{ public declarations }
published
{ published declarations }
// Can be set directly if the dataset is closed. If metadata is set, it
must match the data.
Property Rows;
end;
--
Sent from: http://pas2js.38893.n8.nabble.com/
More information about the Pas2js
mailing list