Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Exam
: Sybase 510-301
Title
: Powerbuilder 6.0 developer
associate
Version : Demo
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
1. Tab Pages in a Tab Control have a number of properties, including text, enabled, visible and picture.
Which two statements about Tab Page properties are true when custom visual user-objects are used as Tab
Pages? (Choose two.)
A. The Tab Page properties can only be set for the page when it is added to the control.
B. The custom visual user-object painter allows Tab Page properties to be specified prior to its use in a Tab
Control.
C. Tab Page properties may be defined for a custom visual user-object and can be overridden in the Tab
Control painter.
D. Tab page properties must be set programmatically when a custom visual user-object is used as a Tab
Page because the Tab Control properties dialogue does not allow them to be changed.
Answer: BC
2. Which two functions would be used to dynamically include a ListViewItem in a ListView Control where the
ListViewItem has a value set in its data property? (Choose two.)
A. AddItem ( listviewitem n)
B. AddItem ( integer i, string l)
C. InsertItem ( integer I, listviewitem n)
D. InsertItem ( integer I, listviewitem n, integer p)
Answer: AC
3. A large insurance application has a customer policy window, which contains a Tab control that includes
12 separate tab pages containing information related to the customer, but not unrelated to information in
other pages.
The window takes an unacceptably long time to load but the user insists that the Tab control is the preferred
approach. Which Tab control technique would be best suited to improving the window instantiation time to
an acceptable level?
A. dynamically create tab pages using OpenTab ( )
B. set the Tab Control "create on demand" property to true
C. dynamically create the Tab control using OpenUserObject ( ), posting the function so that the c