Renames a title.
Syntax
TitleView.Rename( Selection, NewTitleName )
Parameters
Selection
A Long value specifying the index of the title to be renamed.
NewTitleName
A String containing the new title name.
Remarks
To obtain the value of a particular selection, use the CurrentSelection property, or the Selection parameter of the OnSelectionChanged event. To invoke this method on the current selection, specify -1
To display a dialog box for renaming a title, specify an empty string for the NewTitleName parameter, as shown in the following example:
TitleView1.Rename -1, ""
See Also
[Previous][Next]