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