GetFieldValue Method
Get the value of the field indicated from a record.
Syntax
function GetFieldValue(RecordIndex: Integer; FieldName: String): String;Remarks
This method will get the value of the DNS record field specified by FieldName from the DNS record at RecordIndex. If no such field exists for that record type, the component raises an exception.