IString::IsEmpty Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IString::IsEmpty Property}}
 
{{#customTitle:IString::IsEmpty Property}}
{{#parentPage:PXV:IString#Properties|IsEmpty Property|property}}
+
{{#parentPage:PXV:IString#Properties|IsEmpty|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''IsEmpty''' of interface [[PXV:IString|IString]] returns  Value of VARIANT_BOOL ...
+
 
 +
Gets whether the string is empty.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsEmpty([out, retval]  VARIANT_BOOL*  pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsEmpty([out, retval]  VARIANT_BOOL*  bVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IString|IString]]
 
[[PXV:IString|IString]]

Latest revision as of 15:56, 16 June 2015


Gets whether the string is empty.

Syntax

HRESULT get_IsEmpty([out, retval]  VARIANT_BOOL*  bVal);

See Also

IString