|
RAD Studio VCL Reference
|
MAX_INTEGERS indicates the maximum allowed numbers of HTTP response values of type Integer
MAX_INTEGERS = 1;MAX_INTEGERS = 1;The abstract (pure virtual) class TWebResponse declares a set of properties which call GetIntegerVariable for read, and SetIntegerVariable for write operations. Each property specifies a different index to be passed to SetIntegerVariable and GetIntegerVariable methods. MAX_INTEGERS identifies the number of those indexes.
Each class, descending from TWebResponse must provide the implementation for SetIntegerVariable and GetIntegerVariable 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!
|