您的位置:寻梦网首页编程乐园DHTML网页制作完全手册

bookmarks Collection

Internet Development Index

Returns a collection of Microsoft® ActiveX® Data Objects (ADO) bookmarks tied to the rows affected by the current event.

Syntax

[ oColl = ] event.bookmarks
[ oObject = ] event.bookmarks(iIndex)

Possible Values

oCollArray of ADO bookmarks.
oObjectReference to an individual item in the array of elements contained by the object.
iIndexRequired. Integer that specifies the zero-based index of the item to be returned.

Members Table

PropertyDescription
length Sets or retrieves the number of objects in a collection.
MethodDescription
item Retrieves an object from the bookmarks collection.

Standards Information

There is no public standard that applies to this collection.

Applies To

event