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

AdaptReq

This is record AdaptReq.TRespondWith.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!