NewFromRecordId (Record function): Difference between revisions
Jump to navigation
Jump to search
(→Syntax) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Template:Record:NewFromRecordId subtitle}} | {{Template:Record:NewFromRecordId subtitle}} | ||
This | 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
%outRecord | Record 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 |