InterviewSolution
| 1. |
Explain The Two Classes Of Pb User Objects And Their Sub Types? |
|
Answer» Uos are custom visual objects that you can BUILD to supplement standard PB objects. UOs can request/display information and respond to mouse or keyboard actions and create a tab page UO. Visual UO – a reusable control/set of controls. For example a set of buttons to function as a unit having scripts associated with them for standard processing. THREE types are:
Class UO – they consist of properties, FUNCTIONS, and events with no visual components.
Uos are custom visual objects that you can build to supplement standard PB objects. UOs can request/display information and respond to mouse or keyboard actions and create a tab page UO. Visual UO – a reusable control/set of controls. For example a set of buttons to function as a unit having scripts associated with them for standard processing. Three types are: Class UO – they consist of properties, functions, and events with no visual components. |
|