New (RecordLockingConflict constructor): Difference between revisions
m (1 revision) |
m (→Syntax terms) |
||
Line 10: | Line 10: | ||
<tr><th>%(RecordLockingConflict)</th><td>The class name in parentheses denotes a shared method.</td></tr> | <tr><th>%(RecordLockingConflict)</th><td>The class name in parentheses denotes a shared method.</td></tr> | ||
<tr><th><var>Filename</var></th> | <tr><th><var>Filename</var></th> | ||
<td>This [[Methods#Named parameters|name required]] parameter specifies the <var | <td>This [[Methods#Named parameters|name required]] parameter specifies the <var>[[Longstrings|Longstring]]</var> value (''filename'') to be assigned to the object's <var>[[Filename_(RecordLockingConflict_property)|Filename]]</var> property. Its default value is a null string. | ||
</td></tr> | </td></tr> | ||
<tr><th><var>RecordNumber</var></th> | <tr><th><var>RecordNumber</var></th> |
Revision as of 23:13, 4 May 2011
Create a new RecordLockingConflict object (RecordLockingConflict class) This constructor generates an instance of an RecordLockingConflict exception. As shown in the syntax that follows, the New method arguments set the values of the class properties having the corresponding names. Each argument to New sets the value of the corresponding property of the newly constructed RecordLockingConflict object.
Syntax
%recordLockingConflict = [%(RecordLockingConflict):]New( Filename= string, - RecordNumber= number, - UserNumber= number, - UserID= string, - [LockingUserNumber= number], - [LockTimeMilliseconds= number], - [ConflictTimeMilliseconds= number], - [ConflictingLockStrength= lockStrength], - [ConflictingRecordLockType= recordLockType])
Syntax terms
%recordLockingConflict | A reference to an instance of a RecordLockingConflict object. |
---|---|
%(RecordLockingConflict) | The class name in parentheses denotes a shared method. |
Filename | This name required parameter specifies the Longstring value (filename) to be assigned to the object's Filename property. Its default value is a null string. |
RecordNumber | This name required parameter specifies the numeric value (recnum) to be assigned to the object's RecordNumber property. Its default value is 0. |
UserNumber | This name required parameter specifies the numeric value (usernum) to be assigned to the exception object's UserNumber property. Its default value is 0. |
UserID | This name required parameter specifies the longstring value (userid) to be assigned to the object's UserID property. Its default value is a null string. |