Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Properties - SetPropertyAttribute

Text:

API Call:Attempts to set the Item Property Attribute to the given Value.

Declaration:

SetPropertyAttribute(ItemPath, PropertyName, AttributeName, Value: String);

Source Code

Delphi

Code Block
languagedelphi
themeRDark
titleScripting
linenumberstrue
collapsetrue
etPropertyAttribute(itempath, 'Name', 'Input', 'True');