Sepi  Previous
Name
AddPrem 
Parent
TPremSet 
Visibility
PUBLIC 
Description
Adds the contents of another PREM set to this PREM set 
Source code
function AddPrem ( Source : TPremSet ; WithEmpty : Boolean = True ) : Boolean 
Parameters
Parameter Description Source : TPremSet Source PREM set WithEmpty : BOOLEAN True for including the empty flag, False otherwise 
Return
Types Description BOOLEAN True if the set has changed, False otherwise 
Sepi  Previous