IPXC_ActionsList::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ActionsList::Item Property}}
 
{{#customTitle:IPXC_ActionsList::Item Property}}
 +
{{#parentPage:PXV:IPXC_ActionsList#Properties|Item|property}}
  
Property '''Item''' of interface [[PXV:IPXC_ActionsList|IPXC_ActionsList]] returns  Pointer to [[PXV:IPXC_Action|IPXC_Action]] ...
+
Gets action by index from the actions list.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG index, [out, retval] IPXC_Action** ppAction);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG         Index,
 +
                [out, retval] IPXC_Action** ppAction);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''index''
+
;Index
:[in]  Value of ULONG.
+
:[in]  Index of the action you want to get from the actions list.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_ActionsList|IPXC_ActionsList]].
+
[[PXV:IPXC_ActionsList|IPXC_ActionsList]]

Latest revision as of 02:10, 4 June 2015

Gets action by index from the actions list.

Syntax

HRESULT get_Item([in]           ULONG          Index,
                 [out, retval]  IPXC_Action**  ppAction);

Parameters

Index
[in] Index of the action you want to get from the actions list.

See Also

IPXC_ActionsList