Glossaria.net

Glossary Visual Basic / Term

object expression

object expression

An expression that specifies a particular object. This expression can include any of the object's containers. For example, if your application has an Application object that contains a Document object that contains a Text object, the following are valid object expressions:

Application.Document.Text

Application.Text

Document.Text

Text

Permanent link object expression - Creation date 2020-06-07


< Object data type Glossary / Visual Basic object library >