NewFromRecordId (Record function)

From m204wiki
Revision as of 18:47, 24 March 2025 by Alex (talk | contribs) (→‎Syntax)
Jump to navigation Jump to search

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