Accessing DataWindow object property values in code

When an object is assigned to an object variable, the object is bound to the variable. Late binding occurs when the type of the variable to which the object is bound is not specified at compile time. Early binding occurs when the variable to which the object is bound is of a specific type. It lets the compiler allocate memory and perform other optimizations at compile time.

DataWindow .NET supports both late and early binding.