GetAll

ACCPAC Common Controls

AccpacViewFieldPresentsStrings.GetAll

Retrieves all of the presentation strings collection's properties in one method call.

Sub GetAll(
Count As Long,
Cookies As Variant,
Strings As Variant,
Values As Variant)

Parameters

Count

[out] returns the number of presentation strings in the collection

Cookies

[out] returns an array of cookies corresponding to the presentation strings (array of Longs); the cookies are used for looking up presentation strings

Strings

[out] returns an array of presentation strings (array of Strings)

Values

[out] returns an array of field values corresponding to the presentation strings (array of Variants)

Remarks