Difference between ByRef and ByVal?
Answer / suresh
Only a copy of a variable is passed when an argument is
passed by value. If the procedure changes the value, the
change affects only the copy and not the variable itself.
Use the ByVal keyword to indicate an argument passed by
value.
Passing arguments by reference gives the procedure access
to the a1ctual variable contents in its memory address
location. As a result, the variable's value can be
permanently changed by the procedure to which it is passed.
Passing by reference is the default in Visual Basic.
If you specify a data type for an argument passed by
reference, you must pass a value of that type for the
argument. You can work around this by passing an
expression, rather than a data type, for an argument.
Visual Basic evaluates an expression and passes it as the
required type if it can.
| Is This Answer Correct ? | 4 Yes | 0 No |
How do I make a text box not beep but do something else when I hit the Enter key?
How do you clear the current selected item from a drop down combo box?
What is Seek Method which type of record set is available this?
What is the use of Data Form Wizard?
what is the Benefit of wrapping database calls into MTS transactions?
___,_____ and ____ container objects.
What is DDE?
What is the max size allowed for Msgbox Prompt and Input Box?
What is "NULL"?
How does the following statements work? On Error Resume Next
What is a variant data type and when would you use it?
What is the use of Imagelist Controls ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)