您要查找的是不是:
- Then declare the object variable of the specific type of your object. 然后声明对象的特定类型的对象变量。
- The Me keyword behaves like either an object variable or a structure variable referring to the current instance. Me关键字的行为与引用当前实例的对象变量或结构变量类似。
- In many instances, the address for an object can be used in the same way as the object variable itself. 在许多情况下,使用对象地址的方式可以与使用对象变量本身的方式相同。
- The object variable num refers to data of type Integer, and frm refers to an object of class Form. 对象变量num引用Integer类型的数据,frm引用Form类的对象。
- The only significant difference is the instantiation of an object variable of type SubtaskManager. 最大的不同就是类型。
- An Object variable can refer to any object your application recognizes, or to data of any data type. Object变量可以引用您的应用程序识别的任何对象或任何数据类型的数据。
- Keyword behaves like an object variable referring to the base class of the current instance of a class. 关键字的行为与引用当前类实例的基类的对象变量的行为相似。
- Keyword behaves like an object variable referring to the current instance of a class as originally implemented. 关键字的行为与最初实现时引用类的当前实例的对象变量的行为相似。
- But classes are reference types, and an object variable can refer to various class instances at different times. 而类是引用类型,对象变量可在不同的时间引用各种类实例。
- But you cannot specify the methods or properties of an object variable using the dot convention. 但却不能使用圆点约定指定对象变量的方法或属性。
- After upgrading, it will return 91 (Object variable or With block not set) and execute the Else clause. 升级之后,它将返回91(未设置Object变量或With块)并执行Else子句。
- Once an object is activated, you refer to it in code using the object variable you declared. 对象激活后,应在代码中使用已声明的对象变量引用此对象。
- Is a keyword used by Visual Basic to indicate that an object variable does not contain a reference to an object. 是一个关键字,Visual Basic使用它指示对象变量不包含对对象的引用。
- You use a normal assignment statement to assign an object to an object variable. 使用标准赋值语句将对象分配给对象变量。
- Expression, which tests whether an object variable is compatible with a data type. 表达式,此表达式测试对象变量是否与数据类型兼容。
- You access a member of an object by specifying, in order, the name of the object variable, a period (.), and the name of the member. 通过依次指定对象变量的名称、句点(。)和成员的名称来访问对象的成员。
- IsNothing returns True if the expression represents an object variable that currently has no object assigned to it; otherwise, it returns False. 如果表达式表示一个当前未获得任何对象的对象变量,IsNothing函数将返回True;否则,返回False。
- Declaring an object variable with the As Object clause creates a variable that can contain a reference to any type of object. 子句声明对象变量所创建的变量可以包含对任何对象类型的引用。
- When the instance is in the client side object cache, it appears to the programmer as aC or C++ structure or as a PL/SQL object variable. 当对象实例被放入客户端的对象缓存后,开发者可以将其作为C/C++数据结构或PL/SQL变量使用。
- The Len function accepts only String and Object variables as parameters. Len函数只接受String变量和Object变量作为参数。