Search found 1 match

by rhaehnel
Mon May 02, 2005 3:24 pm
Forum: madRemote
Topic: MadRemote question
Replies: 1
Views: 13200

MadRemote question

Is it possible for madremote to return nested records similar to: type pChildRec = ^TChildRec; TChildRec = record recname: pchar; end; pParentRec = ^TParentRec; TParentRec = record recName: pchar; childRec: pChildRec; end; I modified and messed around w/ the demo app for madremote and was able to su...