Add multiple conditional strings from list
Source position: fpmkunit.pp line 485
public procedure TConditionalStrings.AddList( |
aList: TConditionalStrings |
); |
aList |
|
String list containing values to add |
Adds multiple conditional strings to the collection from the provided list. Each string is added with default platform conditions (all CPUs and OSes).
This is a convenience method for bulk adding strings when individual platform restrictions are not needed.