HBCMS更多的中文手册参考:

bookmarks Collection

DHTML文档教程

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

dhtml语法

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

DHTML可能的值

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.

是否符合公共标准

There is no public standard that applies to this collection.

Applies To

event

更多语法参考

introduction to data binding, Bookmark Property - ADO