List of CharacterMap methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Reverted edits by Admin (talk) to last revision by Becca)
m (Automatically generated page update)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
    replaced, so any manual edits will be lost. You've been warned. -->
The following are the available <var>[[CharacterMap class|CharacterMap]]</var> class methods.
{{Template:Method list header|class=CharacterMap}}
<div class="showVisit">
<div class="showVisit">
 
<table class="wikitable">
The following are the available [[CharacterMap class]] methods.
<tr><th>Method</th><th>Description</th></tr>
 
<tr><td valign="top">[[Copy (CharacterMap function)|Copy]]</td><td valign="top">Copy specified CharacterMap object</td></tr>
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
<tr><td valign="top">[[DeepCopy (CharacterMap function)|DeepCopy]]</td><td valign="top">"Deepcopy" specified CharacterMap object</td></tr>
<dpl>
<tr><td valign="top">[[New (CharacterMap constructor)|New]]</td><td valign="top">Create CharacterMap object</td></tr>
category = CharacterMap_methods
<tr><td valign="top">[[Update (CharacterMap subroutine)|Update]]</td><td valign="top">Update this CharacterMap</td></tr>
include = dpl_desc
</table>
replaceintitle=/\(\S+\s(.+)\)/,$1
table =,Method,Description
</dpl>
<!--  replaceintitle=/\(\S+\s(.+)\)/,$1
replaceintitle=/\(\w+ (.+)\)/,$1
replaceintitle=/\(.+\)/,
-->
 
[[Category:CharacterMap methods]]
 
</div>
</div>
==See also==
<table class="list"><tr>
<td valign="top"><ul style="margin-top:0px;">
<li>[[CharacterMap class]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[CharacterMap methods syntax]]
</ul></td>
</tr>
</table>
[[Category:Lists of methods]]

Latest revision as of 18:43, 10 February 2013

The following are the available CharacterMap class methods.

MethodDescription
CopyCopy specified CharacterMap object
DeepCopy"Deepcopy" specified CharacterMap object
NewCreate CharacterMap object
UpdateUpdate this CharacterMap

See also