property List.Statistics as String
Gives statistics data of objects being hold by the control.

TypeDescription
String A String expression that gives information about objects being loaded into the control.
The Statistics property gives statistics data of objects being hold by the control. The Statistics property gives a rough idea on how many columns, items, cell, bars, links, notes and so on are loaded into the control. Also, the Statistics property gives percentage usage of base-memory of different objects within the memory.

The following output shows how the Statistics looks like, on a 32-bits machine:

Cells: 832 x 55 = 45,760 (59.09%)
Control: 1 x 18,568 = 18,568 (23.98%)
Column: 13 x 648 = 8,424 (10.88%)
Item: 64 x 66 = 4,224 (5.45%)
Items: 1 x 372 = 372 (0.48%)
Columns: 1 x 68 = 68 (0.09%)
Appearances: 1 x 28 = 28 (0.04%)
Appearance: 0 x 712 = 0 (0.00%)
CComVariant: 0 x 16 = 0 (0.00%)
CSmartVariant: 0 x 9 = 0 (0.00%)

The following output shows how the Statistics looks like, on a 64-bits machine:

Cells: 832 x 91 = 75,712 (59.00%)
Control: 1 x 30,208 = 30,208 (23.54%)
Column: 13 x 1,056 = 13,728 (10.70%)
Item: 64 x 122 = 7,808 (6.08%)
Items: 1 x 680 = 680 (0.53%)
Columns: 1 x 136 = 136 (0.11%)
Appearances: 1 x 48 = 48 (0.04%)
Appearance: 0 x 1,168 = 0 (0.00%)
CComVariant: 0 x 24 = 0 (0.00%)
CSmartVariant: 0 x 9 = 0 (0.00%)