Unit 'utility' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

ApplyTagChanges

Change a tag list based on a second tag list.

Declaration

Source position: utility.pas line 248

procedure ApplyTagChanges(

  List: PTagItem;

  const ChangeList: PTagItem

);

Arguments

List

  

A list of existing tags (may be nil)

ChangeList

  

A list of tags to modify 'list' with (may be nil)

Description

For any tag that appears in both 'list' and 'changeList', this function will change the ti_Data field of the tag in 'list' to match the ti_Data field of the tag in 'changeList'. In effect, 'changeList' contains a series of new values for tags already in 'list'. Any tag in 'changeList' that is not in 'list' is ignored.

See also

FilterTagChanges

  

Eliminate tags which specify no change.


Documentation generated on: 2021-07-30