NewFromRecordId (Record function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:Record:NewFromRecordId subtitle}}
{{Template:Record:NewFromRecordId subtitle}}


This page is [[under construction]].
This constructor method creates a <var>Record</var> object from a recordId. This is only valid if the record is an [[Imagine Transparency]] record.  
==Syntax==
==Syntax==
{{Template:Record:file:NewFromRecordId syntax}}
{{Template:Record:file:NewFromRecordId syntax}}

Revision as of 21:18, 24 March 2025

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


This constructor method creates a Record object from a recordId. This is only valid if the record is an Imagine Transparency record.

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