RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OPToSOAPDomConv.ConvNodeState Enumeration
Pascal
ConvNodeState = (
  nsClientSend,
  nsServerReceive,
  nsServerSend,
  nsClientReceive
);
C++
enum ConvNodeState {
  nsClientSend,
  nsServerReceive,
  nsServerSend,
  nsClientReceive
};

This is record OPToSOAPDomConv.ConvNodeState.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!