InterviewSolution
| 1. |
Explain About Obj-browse Method? |
|
Answer» Obj-Browse method is used to search instances of one class and COPY the entire instances, or specified PROPERTIES, to the clipboard as an array of embedded PAGES. Only properties exposed as COLUMNS can be used as selection criteria. HOWEVER, values of properties that are not exposed as columns, including embedded properties, can be returned. Obj-Browse method is used to search instances of one class and copy the entire instances, or specified properties, to the clipboard as an array of embedded pages. Only properties exposed as columns can be used as selection criteria. However, values of properties that are not exposed as columns, including embedded properties, can be returned. |
|