Unit 'IdHTTPHeaderInfo' Package
[Overview][Classes][Variables][Index] [#pl_indy]

TIdEntityRange

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdHTTPHeaderInfo.pas line 179

type TIdEntityRange = class(TCollectionItem)

protected

  FStartPos: Int64;

  

  FEndPos: Int64;

  

  FSuffixLength: Int64;

  

  function GetText;

  

  procedure SetText();

  

public

  constructor Create(); override;

  

published

  property StartPos: Int64; [rw]

  

  property EndPos: Int64; [rw]

  

  property SuffixLength: Int64; [rw]

  

  property Text: string; [rw]

  

end;

Inheritance

TIdEntityRange

  

|

TObject



CT Web help

CodeTyphon Studio