AdoRecord:Init()

<< Click to Display Table of Contents >>

Navigation:  Ado 2.5+ Classes > AdoRecord Class >

AdoRecord:Init()

Previous pageReturn to chapter overviewNext page

Purpose

Create Object of type AdoRecord

 

Prototype

METHOD INIT ( ptrIf, bAddRef )</text>  CLASS AdoRecord

 

Argument(s)

ptrIf        (Optional) Interface Pointer. When omitted a new AdoRecord is created

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

 

 

See Also

AdoRecord