Insert

用于在指定位置插入一个页面。
如果插入成功,则返回插入的页面。

语法:

Insert(Name, Text, Index)
Insert(Name, Text, ImageFile, Index)

Name:  页面名称
Text:  页面标题
Index: 页面位置
ImageFile: 页面显示的图标文件,如果事先复制到项目文件的Images子目录下,则无需路径,否则必须包括路径。

示例

在最前面插入一个页面:

Forms("窗口1").Controls("TopicBar1").Pages.Insert("Project", "项目", 0)


 


本页地址:http://www.foxtable.com/webhelp/topics/0843.htm