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

TResponse.Contents

String list containing response content lines

Declaration

Source position: httpdefs.pp line 631

public property TResponse.Contents : TStrings
  read FContents
  write SetContents;

Description

Contents contains the response body content as a string list. This provides line-based access to the response content, with each line as a separate string.


Documentation generated on: Jan 16 2026