Filename (RecordLockingConflict property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with " <span class="pageSubtitle"><section begin=dpl_desc/>Name of the name of file in which last record locking conflict occurred<section end=dpl_desc/></span> [[Category:RecordLockin...")
 
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#REDIRECT [[RecordLockingConflict class#Filename property|Filename property]]


<span class="pageSubtitle"><section begin=dpl_desc/>Name of the name of file in which last record locking conflict occurred<section end=dpl_desc/></span>
[[Category:RecordLockingConflict methods|Filename property]]
[[Category:RecordLockingConflict methods|Filename property]]
<p>
Filename is a member of the [[RecordLockingConflict class]].
</p>
==Syntax==
<p class="syntax">%lstr = %rlc:Filename
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%lstr</th>
<td>A longstring to receive the file name.
</td></tr>
<tr><th>%rlc</th>
<td>A reference to an instance of a RecordLockingConflict object.
</td></tr></table>

Latest revision as of 19:12, 10 May 2011