[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dbgrids.pas line 117
type TBookmarkList = class |
||
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
procedure Clear; |
|
|
procedure Delete; |
|
|
function Find(); |
|
|
function IndexOf(); |
|
|
function Refresh; |
|
|
property Count: Integer; [r] |
|
|
property CurrentRowSelected: Boolean; [rw] |
|
|
property Items: TBookmarkStr; default; [r] |
|
|
end; |
|
||
| | ||
TObject |