NewFromRecordId (Record function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 4: Line 4:
==Syntax==
==Syntax==
{{Template:Record:file:NewFromRecordId syntax}}
{{Template:Record:file:NewFromRecordId syntax}}
{{Template:Record:group:NewFromRecordId syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">

Revision as of 21:16, 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)

%groupRecord = [%(Record In filOrGrp name):]NewFromRecordId( recordId, filename)

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