Web.Win.IsapiHTTP.TISAPIResponse.SetIntegerVariable

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetIntegerVariable(Index: Integer; Value: Integer); override;

C++

virtual void __fastcall SetIntegerVariable(int Index, int Value);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

Description

Définit une valeur entière dans une propriété d'en-tête HTTP.

SetIntegerVariable écrit des valeurs entières dans le tableau interne utilisé pour stocker les variables d'en-tête HTTP. L'objet réponse ISAPI utilise SetIntegerVariable pour définir les propriétés représentant des entiers.

Voir aussi