Unit 'IdDNSCommon' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_indy]

TIdTextModeResourceRecord

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

Declaration

Source position: IdDNSCommon.pas line 361

type TIdTextModeResourceRecord = class(TObject)

protected

  FAnswer: TIdBytes;

  

  FRRName: string;

  

  FRRDatas: TStrings;

  

  FTTL: Int32;

  

  FTypeCode: Integer;

  

  FTimeOut: string;

  

  function FormatQName();

  

  function FormatQNameFull();

  

  function FormatRecord();

  

  procedure SetRRDatas();

  

  procedure SetTTL();

  

public

  constructor CreateInit();

  

  destructor Destroy; override;

  

  property TypeCode: Integer; [r]

  

  property RRName: string; [rw]

  

  property RRDatas: TStrings; [rw]

  

  property TTL: Integer; [rw]

  

  property TimeOut: string; [rw]

  

  function ifAddFullName();

  

  function GetValue();

  

  procedure SetValue();

  

  function ItemCount;

  

  function BinQueryRecord(); virtual;

  

  function TextRecord(); virtual;

  

  procedure ClearAnswer;

  

end;

Inheritance

TIdTextModeResourceRecord

  

|

TObject



CT Web help

CodeTyphon Studio