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

THTTPHeader.LastModified

Last-Modified header field value

Declaration

Source position: httpdefs.pp line 424

public property THTTPHeader.LastModified : string
  index Ord(hhLastModified)
  read GetHeaderValue
  write SetHeaderValue;

Description

LastModified contains the Last-Modified header field value, which indicates when the resource was last modified. This is used for caching and conditional request processing.


Documentation generated on: Jan 16 2026