Содержание

TCSCheckItem

Contains the data to verify the page availability

Syntax

TCScheckItem = record
  Page: string;
  ExpectedIP: string;
  IncludedText: string;
  UserAgent: string;
end;

Fields