Vcl.StdCtrls.TCustomListBox.Count
Delphi
property Count: Integer read GetCount write SetCount;
C++
__property int Count = {read=GetCount, write=SetCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomListBox |
Description
Indicates the number of items in the list box.
Use Count to determine the number of items in the list box. You can only set Count when the Style property is lbVirtual or lbVirtualOwnerDraw, in which case you must set this property.