Data.DBXPlatform.TDBXArrayList.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
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXArrayList

Description

Specifies the number of items in the TDBXArrayList.

Read Count to obtain the number of items in the TDBXArrayList.

See Also