sPageIndexError

<< Click to Display Table of Contents >>

Navigation:  Constants >

sPageIndexError

SIGNATURE=IWjQPageControl.sPageIndexError

 

ETYPE=Constant

 

Declaration:

Delphi:

sPageIndexError = '%d is an invalid PageIndex value. PageIndex must be ' + 'between 0 and %d';

C++:

sPageIndexError = "%d is an invalid PageIndex value. PageIndex must be " + "between 0 and %d";

 

Unit: IWjQPageControl.pas

 

Description: This is constant IWjQPageControl.sPageIndexError.