RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AdaptReq.TRespondWith Enumeration
Pascal
TRespondWith = (
  rwPage,
  rwURL,
  rwComponentPage,
  rwUndefined
);
C++
enum TRespondWith {
  rwPage,
  rwURL,
  rwComponentPage,
  rwUndefined
};

This is record AdaptReq.TRespondWith.

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