Visual Basic (VB) Question:

What is the difference between Property Get, Set and Let?

Visual Basic (VB) Interview Question
Visual Basic (VB) Interview Question

Answer:

Set Value is assigned to ActiveX Object from the form.
Let Value is retried to ActiveX Object from the form.
Get- Assigns the value of an expression to a variable or property.


Previous QuestionNext Question
What is Collection Objects in VB?How to change the Mouse Pointer?