[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Defines a bookmarked record enumeration class.
Source position: dbgrids.pas line 141
type TBookmarkedRecordEnumerator = class |
||
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 (Self). |
|
Current bookmark for the enumerator. |
|
property Options: TBookmarkedRecordEnumeratorOptions; [rw] |
|
Controls the actions performed when Bookmarks are visited. |
end; |
|
Defines a bookmarked record enumeration class. |
|
| | | ||
TBookmarkedRecordEnumerator is a Class which defines a bookmarked record enumerator for use in TBookmarklist.
|
Implements a list of Bookmarks in a database grid. |
| Version 4.4 | Generated 2025-11-08 | Home |