Versions Compared

Key

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

Items - ShowLabel

Sets the visibility of an items label.

...

 ShowLabel(ItemPath: String; Visible: Boolean);

Source Code

...

Delphi

Code Block
languagedelphi
themeRDark
titleScripting
linenumberstrue
collapsetrue
ShowLabel(itempath, True);

...