Filename (RecordLockingConflict property): Difference between revisions
Jump to navigation
Jump to search
m (we don't need another % sign) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:RecordLockingConflict:Filename subtitle}} | {{Template:RecordLockingConflict:Filename subtitle}} | ||
This | This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property returns a <var>[[Longstrings|Longstring]]</var> that contains the name of the file in which the last record locking conflict occurred. | ||
==Syntax== | ==Syntax== |
Revision as of 16:26, 5 May 2011
Name of the file in which last record locking conflict occurred (RecordLockingConflict class) This ReadOnly property returns a Longstring that contains the name of the file in which the last record locking conflict occurred.
Syntax
%string = recordLockingConflict:Filename
Syntax terms
%string | A longstring to receive the file name. |
---|---|
recordLockingConflict | A reference to an instance of a RecordLockingConflict object. |