[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TBookmarkList implements a list of Bookmarks in a database grid
Source position: dbgrids.pas line 164
type TBookmarkList = class |
||
public |
||
constructor Create(); |
|
Create is the constructor for TBookmarkList |
destructor Destroy; override; |
|
Destroy is the destructor for TBookmarkList |
procedure Clear; |
|
Clear removes all Items in the bookmark list |
procedure Delete; |
|
Deletes rows in the Dataset represented by bookmarks in the list |
function Find(); |
|
Find locates the specified Bookmark and its position in the list |
function IndexOf(); |
|
IndexOf returns the ordinal position for the specifed Bookmark in the list |
function Refresh; |
|
Searches for and removes invalid Bookmarks in the list |
function GetEnumerator(); |
|
Gets an enumerator for the bookmark list |
property Count: Integer; [r] |
|
Indicates the number of Bookmarks in the list |
property CurrentRowSelected: Boolean; [rw] |
|
Indicates if the current row in the Dataset is selected |
property Items []: TBookmark; default; [r] |
|
Provides indexed access to Bookmarks in the list |
end; |
|
TBookmarkList implements a list of Bookmarks in a database grid |
|
| | ||
TObject |
TBookmarkList is a class used to implement a list of Bookmarks in a database grid. TBookmarkList is the type used for the SelectedRows property in TDBGrid.
|
SelectedRows - recorded as a bookmark list |
lazarus-ccr.sourceforge.net |