IUIX_Edit::TextLength Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Edit::TextLength Property}}
 
{{#customTitle:IUIX_Edit::TextLength Property}}
{{#parentPage:PXV:IUIX_Edit#Properties|TextLength Property|property}}
+
{{#parentPage:PXV:IUIX_Edit#Properties|TextLength|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TextLength([out, retval]  LONG*  pTextLen);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TextLength([out, retval]  LONG*  nTextLen);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Edit|IUIX_Edit]].
+
[[PXV:IUIX_Edit|IUIX_Edit]]

Latest revision as of 04:21, 15 June 2015


Property TextLength of interface IUIX_Edit returns Value of LONG ...

Syntax

HRESULT get_TextLength([out, retval]  LONG*  nTextLen);

See Also

IUIX_Edit