NodeSet.Fill
Fill()
Used to fill the set of nodes.
NodeSet object belongs to the defined
DataExchangeParameters object, belonging to the defined data object which in turn is associated with the metadata object included at least in one exchange plan. This method fills the set of nodes with references to all nodes of all exchange plans containing the metadata object, for which
AutoRecord flag is on.
Server, thick client, external connection, Mobile application (server).
Ob.DataExchange.Receivers.AutoFill = False; Ob.DataExchange.Receivers.Fill();
|