ComponentOne List 8.0 for ActiveX
Bookmark Property (RowBuffer)

 

True DBList Reference> TDBList Properties> Bookmark Property (RowBuffer)

Bookmark Property (RowBuffer)

Sets/returns bookmark of specified row.

Syntax

rowbuffer.Bookmark (Row)= variant

Remarks

Read/Write at run time. Not available at design time.

Property applies to RowBuffer object.

This property returns or sets a bookmark for the specified row within a RowBuffer object passed to an unbound event procedure for a TDBList control.

The Row argument is a long integer specifying the row where the bookmark is placed. The range of this argument can be from 0 to RowCount - 1.

In unbound mode, a bookmark contains a user-defined value that uniquely identifies each row of data.

In the UnboundReadData event, your code must provide bookmarks for the rows being fetched or added.

See Also

RowBuffer Object

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback