CompositeNames

ACCPAC Common Controls

AccpacView.CompositeNames

Returns the AccpacViewCompositeNames collection object that contains the names of the subviews that are composed to the view.

Property CompositeNames As AccpacViewCompositeNames
(read-only)

Remarks

This property returns an array of Roto IDs of the views that the current view expects to be composed. Applications should open the corresponding view objects using AccpacDBLink.OpenView and call Compose to perform the composition.

The order of the view IDs appearing in the array denotes the order of the view objects expected when calling Compose.