ImagineFile (Record function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Wiccan (talk | contribs)
Automatically generated page update
 
No edit summary
 
Line 1: Line 1:
{{Template:Record:ImagineFile subtitle}}
{{Template:Record:ImagineFile subtitle}}


This page is [[under construction]].
Get the name of the <var class="product">Imagine</var> file that contains the <var class="product">Imagine Transparency</var> record for the <var>Record</var> object.
==Syntax==
==Syntax==
{{Template:Record:ImagineFile syntax}}
{{Template:Record:ImagineFile syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%string</th><td>string</td></tr>
<tr><th>%string</th><td>The name of the containing <var class="product">Imagine</var> file, if the record is in an <var class="product">Imagine Transparency</var> file, or an empty string, otherwise.</td></tr>
<tr><th>record</th>
<tr><th>record</th>
<td><var>Record</var> object</td></tr>
<td><var>Record</var> object</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
The <var class="product">Imagine</var> filename can be used with a recordId obtained via the [[RecordId (Record function)|RecordId method]] to allow an <var class="product">Imagine</var> application to easily locate a record.
</p>
==See also==
==See also==
{{Template:Record:ImagineFile footer}}
{{Template:Record:ImagineFile footer}}

Latest revision as of 21:27, 28 March 2025

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