InterviewSolution
Saved Bookmarks
| 1. |
How Is A Custom Visual Userobject Different From A Standard Userobject? |
|
Answer» A custom VISUAL user object is an object that has several controls that work as a unit. A standard visual user object INHERITS its definition from a standard CONTROL. We modify the definition to make the control specific to our APPLICATIONS. A custom visual user object is an object that has several controls that work as a unit. A standard visual user object inherits its definition from a standard control. We modify the definition to make the control specific to our applications. |
|