[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'utility' (#aros)

RefreshTagItemClones

Rejuvenate a clone from the original.

Declaration

Source position: utility.pas line 221

procedure RefreshTagItemClones(

  Clone: PTagItem;

  const Original: PTagItem

);

Arguments

Clone

  

Return value from CloneTagItems(original)

Original

  

A tag list that hasn't changed since CloneTagItems()

Description

If (and only if) the tag list 'clone' was created from 'original' by CloneTagItems(), and if 'original' has not been changed in any way, you can reset the clone list to its original state by using this function.

See also

CloneTagItems

  

Copy a tag list.

AllocateTagItems

  

Allocate a tag list.

FreeTagItems

  

Free an allocated tag list.

ApplyTagChanges

  

Change a tag list based on a second tag list.


Documentation generated on: 2017-01-10