What is the difference between a property a method and an
event? Give an example of each.
Answer Posted / cherran
Property - Each and every control has its own property like
Caption, Name, TabIndex etc..
Method - Each and every control has its own method Like
SetFocus, Refresh etc... ( Which methods are not available
in a controls property window)
Event - Each and every control has its own events, which
allows user interaction between controls like command
buttons Click Event, TextBox's LostFocus Event etc...
| Is This Answer Correct ? | 34 Yes | 47 No |
Post New Answer View All Answers
How do I add a form in visual basic?
what is the Difference between Linked Object and Embedded Object?
How do I set the Windows wallpaper at runtime?
Through which protocol OLEDB components are interfaced?
___ is the control used to call a windows application.
what are the Types of LockEdits in RDO?
How do I tell when an application executed using the SHELL command is finished?
What is DDE?
How about Access 2.0 compatibility?
Is it possible to Manipulate data through flexgrid? Explain.
What is meant by building a recordset.
Why API functions are Required?
How to down load image properties.
what are the different Types of Recordsets.
Is there any way to pass a variable to a form apart from using global variables?