List of MarksStoreArray methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[MarksStoreArray class]] methods.
The following are the available <var>[[MarksStoreArray class|MarksStoreArray]]</var> class methods.
{{Template:Method list header|class=MarksStoreArray}}
{{Template:Method list header|class=MarksStoreArray}}
<div class="showVisit">
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
Line 14: Line 15:
<tr><td valign="top">[[New (MarksStoreArray constructor)|New]]</td><td valign="top">Create new MarksStoreArray instance</td></tr>
<tr><td valign="top">[[New (MarksStoreArray constructor)|New]]</td><td valign="top">Create new MarksStoreArray instance</td></tr>
</table>
</table>
</div>
==See also==
==See also==
<table class="list"><tr>
<table class="list"><tr>
Line 24: Line 26:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 16:20, 23 December 2015

The following are the available MarksStoreArray class methods.

MethodDescription
CopyCopy MarksStoreArray
DeepCopyCopy MarksStoreArray
FindFind next MarksStoreArray item that matches a value
InitializeSet all items in MarksStoreArray to the same value
ItemRetrieve or set value of MarksStoreArray item
MaxStoreCodeStore code of last item in MarksStoreArray
MaxStoreCodeNumberNumber of store codes in MarksStoreArray
NewCreate new MarksStoreArray instance

See also