IUIX_Edit::IsEmpty Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Edit::IsEmpty Property}} | {{#customTitle:IUIX_Edit::IsEmpty Property}} | ||
+ | {{#parentPage:PXV:IUIX_Edit#Properties|IsEmpty|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''IsEmpty''' of interface [[PXV:IUIX_Edit|IUIX_Edit]] returns Value of VARIANT_BOOL ... | Property '''IsEmpty''' of interface [[PXV:IUIX_Edit|IUIX_Edit]] returns Value of VARIANT_BOOL ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_IsEmpty(VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_IsEmpty([out, retval] VARIANT_BOOL* bIsEmpty); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Edit|IUIX_Edit]] |
Latest revision as of 03:20, 15 June 2015
Property IsEmpty of interface IUIX_Edit returns Value of VARIANT_BOOL ...
Syntax
HRESULT get_IsEmpty([out, retval] VARIANT_BOOL* bIsEmpty);