Internet Direct (Indy) Version 9.0.1 Beta
TQueryResult.Create
Constructor for the object instance.

constructor Create(AResultRecord: TResultRecord);
Parameters
AResultRecord: TResultRecord
Collection that owns resource records for the object instance.

Description
Create is the constructor for the object instance. Create calls the inherited Create method using TResultRecord as the owner of the collectionm items created for the query response.

Create assigns the value in AResultRecord to the internal TResultRecord maintained by the object instance. Create also allocates resources using for the internal qwuery pointer list used to handle compressed resource records.