AdoField:Init()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoField Class >

AdoField:Init()

Previous pageReturn to chapter overviewNext page

Purpose

Create Object of type AdoField

 

Prototype

METHOD INIT ( ptrIf, bAddRef )  CLASS AdoField

 

Argument(s)

ptrIf        Interface Pointer, Vo2Ado Object, IUnknown object, OleAutoObject or VoCom Idispatch_ object.  

bAddRef        (Optional) Is it necessary to increment the usage count by calling AddRef

 

Description

An AdoField object can NOT be created independantly but is returned by either the Item access/method of the fields collection or created by the Append method of the AdoField Class

 

See Also

AdoField, AdoFields:Append, AdoFields:Item, AdoFields