v4.0
Returns a PPGItem on the Layout. You can look up an item based in its index or PPGItem.Name. It is not defined which item you will get if there are multiple items on the layout with the same requested name.
// get accessor PPGItem PPGLayout.get_Item( Object in_Key ); |
Parameter | Type | Description |
---|---|---|
Key | Variant | Index or name of the Item. |