|
Previous Top Next |
Prototype: | (),String |
Returns | Returns the value of the SearchString property. |
This method returns the value/content of the SearchString property which is used to store the string to search for in the metafile.
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: