Class TOptionsBookmarks
Unit
rDBGrid
Declaration
type TOptionsBookmarks = class(TPersistent)
Description
setting for TrDBGrid row bookmarks, part of TOptionsEx2
Hierarchy
- TPersistent
- TOptionsBookmarks
Overview
Methods
Properties
 |
property Active: boolean read FActive write SetActive default false; |
 |
property IdFieldName: string read FIdFieldName write FIdFieldName; |
 |
property CircleColor: TColor read FCircleColor write SetCircleColor default clRed; |
 |
property RowBackgroundColor: TColor read FRowBackgroundColor write SetRowBackgroundColor default clNone; |
Description
Methods
 |
function IsBookmarksUsed: boolean; |
|
 |
function GetIdValue_ActiveRec: variant; |
|
 |
function AddBookmark_ActiveRec(BookmarkNumber: integer): boolean; |
|
 |
function AddBookmark_IdValue(BookmarkNumber: integer; IdValue: variant): boolean; |
|
 |
function GetBookmarkNumber_ActiveRec: integer; |
|
 |
function GetBookmarkNumber_IdValue(IdValue: variant): integer; |
|
 |
function GetBookmark_Number(BookmarkNumber: integer): TBookmarkData; |
|
 |
procedure ClearBookmarks; |
|
 |
function GotoBookmark(BookmarkNumber: integer): boolean; |
|
Properties
 |
property Active: boolean read FActive write SetActive default false; |
activate bookmarks
|
 |
property IdFieldName: string read FIdFieldName write FIdFieldName; |
FieldName with unique id value for each record
|
 |
property CircleColor: TColor read FCircleColor write SetCircleColor default clRed; |
color of circle around bookmark number in fox col
|
 |
property RowBackgroundColor: TColor read FRowBackgroundColor write SetRowBackgroundColor default clNone; |
background color for record with defined bookmark
|
Generated by PasDoc 0.15.0.
|