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

assign(TATagList):PTagItem

Object automatically returns the TagList Pointer as expected from Amiga functions

Declaration

Source position: tagsparamshelper.pas line 39

operator operator :=(

  AList: TATagList

):PTagItem;

Description

With this operator override you can use the TATagList directly in the function call as parameter.

Example:

var
  Tags: TATagList;
begin
  // Add Some Tags
  //
  // use the Tag List diretly as Argument to OpenWindowTagList call
  Win := OpenWindowTagList(nil, Tags);
  //
end;

Documentation generated on: 2022-07-30