Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a blank record for the table.
Syntax
public Common makeRecord()
Run On
Called
Return Value
Type: Common Table
A Common value if the record was successfully created; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the record could not be created.
Remarks
The Common value that is returned can be used in a call to the DictTable.callObject Method method.