FileName (Record function): Difference between revisions
Jump to navigation
Jump to search
m (Created page with "<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> FileName property <p> <var>FileName</var> is a member of the <var>[...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> | <span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> | ||
[[Category:Record methods|FileName | [[Category:Record methods|FileName function]] | ||
<p> | <p> | ||
<var>FileName</var> is a member of the <var>[[Record class|Record]]</var> class. | <var>FileName</var> is a member of the <var>[[Record class|Record]]</var> class. |
Revision as of 20:32, 15 April 2011
<section begin=dpl_desc/><section end=dpl_desc/>
FileName is a member of the Record class.
This ReadOnly, non-shared property returns the name of the file in which the record resides. For file context Record objects, FileName returns the compile-time file context. For group context record objects, it returns one of the files in the group context.
Syntax
%fname = %rec:FileName
Syntax Terms
%fname | A string to contain the name of the file of the %rec record. |
---|---|
%rec | An instantiated Record object variable. |