AdoDynaCollection:Delete()

<< Click to Display Table of Contents >>

Navigation:  Support Classes > AdoDynaCollection Class >

AdoDynaCollection:Delete()

Previous pageReturn to chapter overviewNext page

Purpose

Delete an object from a collection

 

Prototype

METHOD Delete ( uIndex AS USUAL )   AS LOGIC PASCAL CLASS AdoDynaCollection

 

Argument(s)

uIndex        Name or numeric postion of the object in the Collection

 

 

Return

LOGIC        TRUE is the delete was succesfull, else FALSE

 

See Also

AdoDynaCollection