July 1999
Intermediate to advanced
432 pages
13h 10m
English
Each of the Collection objects listed earlier in Section 1.1 supports a single method and a single property.
|
Method |
Type |
Version |
Description |
|---|---|---|---|
|
Refresh |
Sub |
3.0/3.5 |
Updates the collection to reflect recent changes |
|
Property |
Type |
Version |
Description |
|---|---|---|---|
|
Count |
Integer |
3.0/3.5 |
Number of objects in the collection (read-only) |
In addition, DynaCollection objects—that is, Collection objects whose members can be dynamically added and removed—have the two additional methods:
|
Method |
Parameters |
Returns |
Version |
Description |
|---|---|---|---|---|
|
Append |
Object As Object |
Sub |
3.0/3.5 |
Appends an object to the collection |
|
Delete |
Name As String |
Sub |
3.0/3.5 |
Deletes an object from the collection |
Read now
Unlock full access