IsMerged (Journal property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Indicates whether journal was produced by MERGEJ<section end=dpl_desc/></b></span> [[Category:Journal method...")
 
mNo edit summary
Line 1: Line 1:
<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Indicates whether journal was produced by MERGEJ<section end=dpl_desc/></b></span>
<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Indicates whether journal was produced by MERGEJ<section end=dpl_desc/></b></span>
[[Category:Journal methods|IsMerged function]]
[[Category:Journal methods|IsMerged property]]
<!--DPL?? Category:Journal methods|IsMerged function: Indicates whether journal was produced by MERGEJ-->
<!--DPL?? Category:Journal methods|IsMerged function: Indicates whether journal was produced by MERGEJ-->
<p>
<p>

Revision as of 23:00, 15 February 2011

<section begin=dpl_desc/>Indicates whether journal was produced by MERGEJ<section end=dpl_desc/>

IsMerged is a member of the Journal class.

Syntax

  %bool = %jrnl:isMerged

Syntax Terms

%bool
A declared enumeration object of type Boolean to contain the returned value (True or False) of IsMerged. For more information about enumerations, see Enumerations.
%jrnl
A reference to an instance of a Journal object.