Topic Path: Symbol Reference > Constants > QueryRecordTypes Constant
ContentsIndexHome
PreviousUpNext
QueryRecordTypes Constant

Constant array containing values for resource record types.

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.