Unit 'TagsParamsHelper' Package
[Overview][Constants][Classes][Procedures and functions][Index] [#MUIClass]

TATagList.AddTag

Add a Single Tag to the TagList

Declaration

Source position: tagsparamshelper.pas line 34

public procedure TATagList.AddTag(

  Tag: LongWord;

  Data: NativeUInt

);

Arguments

Tag

  

Tag name to add

Data

  

Data for the Tag as NativeUInt you can use AsTag() Macros

Description

You do not need to add TAG_END or TAG_DONE to the List

Example:

Tags.AddTag(WA_Left,10);
Tags.AddTag(WA_Title, AsTag(PChar(FTitle))); // note: FTitle have to be a string which stays available (global variable or field of the class)

See also

AddTags()

  

Add a bunch of Tags


Documentation generated on: 2022-07-30