DictTable.makeRecord Method

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.

See Also

DictTable Class

DictTable.callObject Method