Filename (RecordLockingConflict property)

From m204wiki
Revision as of 06:50, 23 April 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and edits)
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