Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.0
Syntax
Code Block
languagenone
set anArray = map.getMapEntries()
SemanticsGet all objects from map map. The operation returns an Array.
SubstitutablesanArray 

An Array of type Base Components::Basic Behavior::Map::Entry (see below).

map

An object of type Map.

Examples
Code Block
languagenone
local entries = hashMap.getMapEntries()
rp
Panel
titleRelated Pages:

Children Display
pageMap Operations