Skip to main content

ShowMergedDataCommand.execute Method

Executes the ShowMergedDataCommand command.

Declaration

execute(
    showMergedData?: boolean
): boolean

Parameters

Name Type Description
showMergedData boolean

true, to show merged data (field results); false to show field codes.

Returns

Type Description
boolean

true if the command has been successfully executed; false, if the command execution has failed.

Remarks

richEdit.commands.showMergedData.execute();
See Also