ItemGet

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber ItemGet( SalString sItemName,
         ref SalString<SalArray> sItemValues )

The ItemGet retrieves all values for an item from the DataTransfer object.

Parameters

Name Description
SalString sItemName Name of the item to retrieve values for.
ref SalString<SalArray> sItemValues Array that is filled with values for the specified item.

Returns

This method does not return a value.