DEL_CuesQuery.createNewRecord Method
Initializes a new cue record.
Syntax
public void createNewRecord(
Query _query,
MenuItemName _itemName,
FormName _formName,
DataSourceName _dataSourceName)
Run On
Called
Parameters
- _query
Type: Query Class
The object representation of the query associated with this cue.
- _itemName
Type: MenuItemName Extended Data Type
The client menu item name for the form that the cue is associated with.
- _formName
Type: FormName Extended Data Type
The name of the form the cue is associated with.
- _dataSourceName
Type: DataSourceName Extended Data Type
The name of the data source to which the cue will be applied.