ComponentOne True DataControl 8.0
PageSize Property

 

PageSize Property

Sets/returns the number of records in a page.

Syntax

TData.PageSize = long

Remarks

Read/Write at run time and design time. Property applies to TData control and TDataLite control.

This property indicates how many records constitute one page in the Recordset. Default is 10.

This is a standard ADO recordset property. It can be set at any time during the control’s lifetime. As a recordset property, it does not have much use other than for clients that will want to query it for some reason.

TData control uses the PageSize property for its Previous Page and Next Page buttons. For more information, see True DataControl buttons.

Note: At design time, this property is not available in property pages and must be set in the Visual Basic Properties window.

See Also

TData Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback