[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TBookmarkList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TBookmarkList

  

|

TObject