Unit 'xqc' Package
[Overview][Constants][Types][Procedures and functions][Index] [#zorba]

XQC_Sequence_s

Declaration

Source position: xqc.pas line 1696

type XQC_Sequence_s = record

  next: function(

  sequence: XQC_Sequence;

  item: XQC_Item

):XQUERY_ERROR;

  free: procedure(

  sequence: XQC_Sequence

);

  data: pointer;

end;


Documentation generated on: 2023-03-18