Engine.DisplaySequenceFileCallbacksDialog
- Updated2024-10-09
- 1 minute(s) read
Engine.DisplaySequenceFileCallbacksDialog
Syntax
Engine.DisplaySequenceFileCallbacksDialog( dlgTitle, sequenceFileParam, dlgOptions, sequenceToEdit, numCallbacksAdded, numCallbacksDeleted)
Return Value
Returns True if you make modifications and click OK in the dialog box. Returns False if you click Cancel or make no modifications.
Purpose
Launches a dialog box in which you can show, add, and remove Sequence File callbacks.
Parameters
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
sequenceFileParam As SequenceFile
[In] Pass a SequenceFile object to specify which sequence file you want to edit.
dlgOptions As Long
[In] Specifies any combination of the CommonDialogOptions constants.
sequenceToEdit As String
[Out] Returns to the dialog box the name of the callback sequence the user chose to edit. An empty string indicates the user did not select a callback to edit.
numCallbacksAdded As Long
[Out] Returns the number of callbacks the dialog box added to the sequence file. Callbacks are added to the end of the list of sequences.
numCallbacksDeleted As Long
[Out] Returns the number of callbacks that the dialog box deleted from the sequence file.