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

RefreshTagItemClones

Rejuvenate a clone from the original.

Declaration

Source position: utility.pas line 259

procedure RefreshTagItemClones(

  Clone: PTagItem;

  const OriginalTagItems: PTagItem

);

Arguments

Clone

  

Return value from CloneTagItems(original)

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: 2021-07-30