ImagineFile (Record function)

From m204wiki
Revision as of 21:27, 28 March 2025 by Alex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Return the Imagine filename of the Imagine Transparency record (Record class)


Get the name of the Imagine file that contains the Imagine Transparency record for the Record object.

Syntax

%string = record:ImagineFile

Syntax terms

%stringThe name of the containing Imagine file, if the record is in an Imagine Transparency file, or an empty string, otherwise.
record Record object

Usage notes

The Imagine filename can be used with a recordId obtained via the RecordId method to allow an Imagine application to easily locate a record.

See also