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 would you create your application in DHTML?
How to control the file?
How would you add elements and pictures to listitems in listview control?
What is the-use of property page Wizard in ActiveX Control?
What is the use of property page Wizard in ActiveX Control?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
Is visualvm free?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
It is possible to access Text (x.txt) files? Explain.
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
How do I implement Undo?
Explain the working with task in Gantt chart view.
Is it possible to Manipulate data through flexgrid? Explain.
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?