Engine.DisplaySequenceFileCallbacksDialog ( dlgTitle, sequenceFileParam, dlgOptions, sequenceToEdit, numCallbacksAdded, numCallbacksDeleted)
True if you make modifications and click OK in the dialog box. False if you click Cancel or make no modifications.
Launches a dialog box in which you can show, add, and remove Sequence File callbacks.
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] Pass any combination of the CommonDialogOptions constants.
sequenceToEdit As String
[Out] Returns to the dialog box the name of the callback that the user chose to edit. An empty string indicates that the user did not select a callback to edit.
numCallbacksAdded As long
[Out] Returns the number of callbacks that 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.