IString::IsEmpty Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IString::IsEmpty Property}} | {{#customTitle:IString::IsEmpty Property}} | ||
− | {{#parentPage:PXV:IString|property | + | {{#parentPage:PXV:IString#Properties|IsEmpty|property}} |
− | + | ||
− | + | ||
− | + | ||
+ | Gets whether the string is empty. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_IsEmpty([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_IsEmpty([out, retval] VARIANT_BOOL* bVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IString|IString]] |
Latest revision as of 14:56, 16 June 2015
Gets whether the string is empty.
Syntax
HRESULT get_IsEmpty([out, retval] VARIANT_BOOL* bVal);