Constant array containing values for resource record types.
QueryRecordTypes: Array [0..QueryRecordCount] of TQueryRecordTypes = ( qtA, qtNS, qtMD, qtMF, qtName, qtSOA, qtMB, qtMG, qtMR, qtNull, qtWKS, qtPTR, qtHINFO, qtMINFO, qtMX, qtTXT, qtRT, qtNSAP, qtNSAP_PTR, qtSIG, qtAAAA, qtService, qtNAPTR, qtCERT, qtV6Addr, qtDName, qtR40, qtOptional, qtIXFR, qtAXFR, qtSTAR);
QueryRecordTypes is a constant array that contains TQueryRecordTypes values. Elements are accessed using its zero-based position in the array. Each element represents one of the values in TQueryRecordTypes.
QueryRecordTypes is used to retrieve a Word value from QueryRecordValues that can be assigned to TResultRecord.RecType when a resource record is added a resource to TQueryResult.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |