Page History
...
Member of Array Collection (PRIM_ACOL)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Reference to the new accessor instance |
Details
The CreateAccessor method creates an accessor component that provides read only access to the collection.
...
This feature is provided for completeness and is unlikely to be required for most development purposes.
Example
In this example, a collection is defined and made available as a property of its container
Define_Com Class(#prim_acol<#prim_objt>) Name(#Objects)
Define_Pty Name(Objects) Get(*Collection #Objects)