Vcl.DBGrids.TBookmarkList.Count

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Count: Integer read GetCount;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TBookmarkList

Beschreibung

Gibt die Anzahl der Positionsmarken in der Liste an.

Mit Count können Sie die Anzahl der Elemente im Array Items ermitteln. Bei der Iteration über alle Strings im Array Items kann Count als Obergrenze verwendet werden.

Siehe auch