help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Procedures and functions] Reference for unit 'pwumain' (#powtils_main)

PutHeader

Declaration

Source position: pwumain.pas line 127

function PutHeader(

  const header: String

):Boolean;

Notes

Similar to the SetHeader function but the parameter requires a single string containing both the name and value separated by a colon.

Example

begin 
  PutHeader('Name: Value');
  // equivalent to:
  SetHeader('Name', 'Value');
end.





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505