NewFromRecordId (Record function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 3: Line 3:
This page is [[under construction]].
This page is [[under construction]].
==Syntax==
==Syntax==
{{Template:Record:NewFromRecordId syntax}}
{{Template:Record:file:NewFromRecordId syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 12: Line 12:
<td>string</td></tr>
<td>string</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Record:NewFromRecordId footer}}
{{Template:Record:NewFromRecordId footer}}

Revision as of 18:47, 24 March 2025

Create new group-context Record object from recordId (Record class)


This page is under construction.

Syntax

%fileRecord = [%(Record In filOrGrp name):]NewFromRecordId( recordId)

Syntax terms

%outRecordRecord object
[%(Record In filOrGrp name):] The optional class name in parentheses denotes a virtual constructor. See "Usage notes", below, for more information about invoking a virtual constructor.
string string

Usage notes

Examples

See also