Internet Direct (Indy) Version 9.0.2 Beta
|
TTextRecord = class(TResultRecord)
Text String resource records are used to provide variable length text string values associated with the Domain owner. Text String resource records do not describe the semantics of the test string contents, and is dependent on the domain where it is located.
A Text String resource record uses the same DNS packet layout as other TResultRecord-based responses, but extends the use of RData to include the following definition and format:
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ | | . . . TXT-DATA . . . | | +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
TTextRecord extends TResultRecord to implement the specifics of accessing RData values as properties, including Text. TTextRecord also overrides the Parse method to read the values in RData into their property counterparts.