IPXC_NumberFormatArray::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_NumberFormatArray::Item Property}} | {{#customTitle:IPXC_NumberFormatArray::Item Property}} | ||
− | {{#parentPage:PXV:IPXC_NumberFormatArray|Item | + | {{#parentPage:PXV:IPXC_NumberFormatArray#Properties|Item|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Item''' of interface [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]] returns Pointer to [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] | + | Property '''Item''' of interface [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]] returns Pointer to [[PXV:IPXC_NumberFormatItem|IPXC_NumberFormatItem]] containing the item in array by given index. |
== Syntax == | == Syntax == | ||
Line 14: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] Value of ULONG. | + | :[in] Value of ULONG containing item's index. |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_NumberFormatArray|IPXC_NumberFormatArray]] |
Latest revision as of 23:47, 30 March 2016
Property Item of interface IPXC_NumberFormatArray returns Pointer to IPXC_NumberFormatItem containing the item in array by given index.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXC_NumberFormatItem** ppItem);
Parameters
- nIndex
- [in] Value of ULONG containing item's index.