|
Previous Top Next |
Prototype: | (String pSearchString) |
pSearchString | String to assign to the SearchString property. This string is used by SetPageOfPages as the string to search for in the metafiles. |
This method simply sets the SearchString property to the value of the pSearchString parameter.
Example:
ITPoP ITPageOfPagesClass
CODE
ITPoP.Init(Report,SELF.PreviewQueue,'?PPPP?') ! Initialize using '?PPPP?'
ITPoP.SetSearchString('?XXXX?') ! Change the search string to '?XXXX?'
Message('Search String: ' & ITPop.GetSearchString()) ! Search String would return '?XXXX?'
See also: