property Tree.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 57 = 47,424 (58.02%)
Control: 1 x 19,944 = 19,944 (24.40%)
Column: 13 x 688 = 8,944 (10.94%)
Item: 64 x 72 = 4,608 (5.64%)
Items: 1 x 620 = 620 (0.76%)
Columns: 1 x 172 = 172 (0.21%)
Appearances: 1 x 28 = 28 (0.03%)
Appearance: 0 x 712 = 0 (0.00%)
CComVariant: 0 x 16 = 0 (0.00%)
Cells(Inner): 0 x 57 = 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 97 = 80,704 (58.76%)
Control: 1 x 32,552 = 32,552 (23.70%)
Column: 13 x 1,104 = 14,352 (10.45%)
Item: 64 x 128 = 8,192 (5.96%)
Items: 1 x 1,184 = 1,184 (0.86%)
Columns: 1 x 320 = 320 (0.23%)
Appearances: 1 x 48 = 48 (0.03%)
Appearance: 0 x 1,168 = 0 (0.00%)
CComVariant: 0 x 24 = 0 (0.00%)
Cells(Inner): 0 x 97 = 0 (0.00%)
CSmartVariant: 0 x 9 = 0 (0.00%)