|
RAD Studio VCL Reference
|
Sets a string valued HTTP header property.
procedure SetStringVariable(Index: Integer; const Value: AnsiString); override;
virtual __fastcall SetStringVariable(int Index, const AnsiString Value);
SetStringVariable writes string values to the internal table used to store HTTP header variables. The ISAPI response object uses SetStringVariable to set the properties that represent strings.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|