[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Defines a bookmarked record enumeration class
Source position: dbgrids.pas line 145
type TBookmarkedRecordEnumerator = class end; |
||
public |
||
constructor Create(); |
|
Constructor for the class instance |
destructor Destroy; override; |
|
Destructor for the class instance |
function MoveNext; |
|
Moves to the next bookmark in the list |
function GetEnumerator; |
|
Returns the current class instance |
property Current: TBookmark; [r] |
|
Current bookmark for the enumerator |
property Options: TBookmarkedRecordEnumeratorOptions; [rw] |
|
Controls the actions performed when Bookmarks are visited |
|
Defines a bookmarked record enumeration class |
|
| | ||
TObject |
TBookmarkedRecordEnumerator is a Class which defines a bookmarked record enumerator for use with TBookmarklist.
|
TBookmarkList implements a list of Bookmarks in a database grid |
lazarus-ccr.sourceforge.net |