www.icetips.com  Icetips Utilities Documentation 6/26/2012    

Page Of Pages Class: GetSearchString

Previous  Top  Next  


Prototype: (),String

 

ReturnsReturns 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:

SearchString

SetSearchString

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getsearchstring_pageofpage.htm