Web.Win.IsapiHTTP.TISAPIResponse.GetIntegerVariable

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetIntegerVariable(Index: Integer): Integer; override;

C++

virtual int __fastcall GetIntegerVariable(int Index);

Propriétés

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

Description

Extrait une valeur entière du tableau interne des variables d'en-tête HTTP.

L'objet réponse ISAPI utilise GetIntegerVariable pour accéder aux propriétés représentant des entiers.

Voir aussi