Glossaria.net

Glossary Visual Basic / Term

late bound

late bound

Object references are late-bound if they use object variables declared as variables of the generic Object class. Late-bound binding is the slowest form of binding, because Visual Basic must determine at run time whether or not that object will actually have the properties and methods you used in your code.

Permanent link late bound - Creation date 2020-06-07


< Label Glossary / Visual Basic Lebel >