www.icetips.com  Icetips Utilities Documentation 6/29/2015    

String Class:  FreeLines

Previous  Top  Next  


This method frees the Lines queue and de-allocates the memory for each line. 

 

Example:

ITS  ITStringClass

Code

ITS.AddLine('First line',True)

ITS.AddLine('Second')

ITS.AddLine('Third')

ITS.FreeString(True)

!! Lines still has 3 records in it

ITS.FreeLines

!! Lines is now freed

 

See also:

Lines

AddLine



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