Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

THTTPHeader.GetVariableHeaderName

Gets the header field name for an HTTP variable type

Declaration

Source position: httpdefs.pp line 392

public class function THTTPHeader.GetVariableHeaderName(

  AVariable: THTTPVariableType

):string;

Arguments

AVariable

  

HTTP variable type to get the header name for

Function result

Header field name corresponding to the variable type

Description

GetVariableHeaderName returns the HTTP header field name corresponding to a given HTTP variable type. This provides the mapping from enumerated types to header field strings.


Documentation generated on: Jan 16 2026