Vcl.DBGrids.TBookmarkList.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TBookmarkList

Description

Indicates the number of bookmarks in the bookmark list.

Read Count to determine the number of entries in the Items array. Use Count as an upper limit when iterating over the strings in the Items array.

See Also