initialize

目录导航

编写方法

Initialize 事件即初始化事件,任何窗体生命周期的第一个事件都是Initialize。只要在项目中使用了窗体的名称,活在Visual Basic 6.0创建实际窗口及其控件之前,都会发生initialize事件。可以在initialize事件处理过程中正确地初始化窗体变量,它在Load事件之前发生。

Initialize事件的语法格式如下:

Private Sub Form_Initialize()

......

End Sub

例如,下面的代码将通过Initialize事件设置变量的初始值:

Public Mm As String

Public Mm As Boolean

Private Sub Form_Initialize()

Mm = "" '设置变量初始值

Nn = True

End Sub

功能介绍

预置(初始状态), 初始化

initialize 隐藏摘要

初始化

Customizing3 自定义模式3...1. initialize(初始化)。

起始;预置

initialization 起始;恢复;清除;预置...initialize 起始;预置...initializing constraint 初始约束条件

设定初值

初速 initial velocity...设定初值 initialize...起始弛缓系统 initially relaxed system

为初始化的分系统提供了机会

HookMainWindow 使非Delphi对话框能够接收送到应用程序主窗口的信息...initialize  为初始化的分系统提供了机会...MessageBox 向用户显示一个指定的消息

安装步骤

1 To initialize an AP

初始化ap

2 Initialize an APAPUser wants to initialize an AP in preparation for a restore operation.

初始化apap用户想要初始化ap以为恢复操作做准备。

3 initialize an APTo select an AP software version

初始化ap选择一个ap软件版本

4 The blue opens and allows you to click on the red Initialize AP button to initialize an AP in preparation for a restore operation.

蓝色表示开启并允许用户单击红色的initializeap按钮来初始化ap以便为恢复操作做准备。

5 To prepare for use, e.g., to initialize a diskette.

准备使用,例如初始化一张软盘。

6 From the firewall, initialize and mount the additional file-system you specify for each system.

从防火墙初始化并安装你为每个系统指定的附加文件系统。

7 From the firewall, initialize and mount the additional file - system you specify for each system

从防火墙初始化并安装你为每个系统指定的附加文件系统

8 File- system/,/var, and/usr are initialize, mounted and install in/etc/fstab by default during installation.

在安装过程中,默认file-systems/、/var和/usr被初始化并安装于/etc/fstab中。

9 You will need to initialize( with new) and add any additional file-system to/etc/fstab by hand.

10 你需要手动将其它文件系统初始化(用newfs)并添加到/etc/fstab中。

A safer practice, then, is always to initialize a reference when you create it:String s = "asdf";

因此,一种更安全的做法是:创建一个句柄时,记住无论如何都进行初始化:strings="asdf";

相关百科
返回顶部
产品求购 求购