List of MarksStoreArray methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
Line 5: Line 5:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[Copy (MarksStoreArray function)|Copy]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Copy (MarksStoreArray function)|Copy]]</td><td valign="top">Copy MarksStoreArray</td></tr>
<tr><td valign="top">[[DeepCopy (MarksStoreArray function)|DeepCopy]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[DeepCopy (MarksStoreArray function)|DeepCopy]]</td><td valign="top">Copy MarksStoreArray</td></tr>
<tr><td valign="top">[[Find (MarksStoreArray function)|Find]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Find (MarksStoreArray function)|Find]]</td><td valign="top">Find next MarksStoreArray item that matches a value</td></tr>
<tr><td valign="top">[[Initialize (MarksStoreArray subroutine)|Initialize]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Initialize (MarksStoreArray subroutine)|Initialize]]</td><td valign="top">Set all items in MarksStoreArray to the same value</td></tr>
<tr><td valign="top">[[Item (MarksStoreArray property)|Item]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[Item (MarksStoreArray property)|Item]]</td><td valign="top">Retrieve or set value of MarksStoreArray item</td></tr>
<tr><td valign="top">[[MaxStoreCode (MarksStoreArray function)|MaxStoreCode]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MaxStoreCode (MarksStoreArray function)|MaxStoreCode]]</td><td valign="top">Store code of last item in MarksStoreArray</td></tr>
<tr><td valign="top">[[MaxStoreCodeNumber (MarksStoreArray function)|MaxStoreCodeNumber]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[MaxStoreCodeNumber (MarksStoreArray function)|MaxStoreCodeNumber]]</td><td valign="top">Number of store codes in MarksStoreArray</td></tr>
<tr><td valign="top">[[New (MarksStoreArray constructor)|New]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[New (MarksStoreArray constructor)|New]]</td><td valign="top">Create new MarksStoreArray instance</td></tr>
</table>
</table>
==See also==
==See also==

Revision as of 20:05, 4 February 2011

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