RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
HTTPApp.MAX_DATETIMES Constant

MAX_DATETIMES indicates the maximum allowed numbers of HTTP response values of type TDateTime

Pascal
MAX_DATETIMES = 3;
C++
MAX_DATETIMES = 3;

The abstract (pure virtual) class TWebResponse declares a set of properties which call GetDateVariable for read, and SetDateVariable for write operations. Each property specifies a different index to be passed to SetDateVariable and GetDateVariable methods. MAX_DATETIMES identifies the number of those indexes.  

Each class, descending from TWebResponse must provide the implementation for SetDateVariable and GetDateVariable methods, and handle each passed in index properly. 

 

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