Share via


Properties

The ListSheet HTC supports the following properties:

  • page

  • recordcount

  • XMLlist

page

The page property reads and writes the page number that is displayed in the page controls.

Writing a new page property does not fire the OnNewPage event, or do anything with regard to retrieving the data associated with the new page.

This property is read/write.

Return to top

recordcount

The recordcount property reads and writes the current number of records, and when written, the ListSheet HTC recalculates the page controls.

Setting this property to –1 causes the Last button to be disabled, and indicates that the number of records is not known.

Setting this property to 0 (zero) or any number less than or equal to the page size causes the page controls to be hidden.

This property is read/write.

Return to top

XMLlist

The XMLlist property is a standard XMLlist object hierarchy, containing the list currently in use by the HTC. For more information, see XMLlist and XMLrecord Properties.

This property is read-only.

Return to top


All rights reserved.