|
Previous Top Next |
Prototype: | (Byte pWords=0) |
pWords | Indicates if the Words queue should be freed also |
This method frees the Lines and/or the Words queue. If the pWords is set to true it only frees the Words queue. If it is false, then both the Words queue and the Lines queue are freed.
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.FreeString
!! Lines is now freed
See also: