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 attributes = anyObject.getMetaAttributes();
SemanticsReturns a list of attributes names and values of any object.
Substitutablesattributes

Can be any variable or object attribute having the type Array and array element Attribute.

name contains the name of the attribute, value contains the attribute value.

anyObjectCan be any object.
Examples
Code Block
languagenone
set attributesArray = aCustomer.getMetaAttributes();
rp
Panel
titleRelated Pages: