Filename (RecordLockingConflict property)

From m204wiki
Revision as of 07:18, 23 April 2011 by Goff (talk | contribs) (we don't need another % sign)
Jump to navigation Jump to search

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.

See also