Items - ShowLabel
Sets the visibility of an items label.
...
ShowLabel(ItemPath: String; Visible: Boolean);
Source Code
...
Delphi
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
ShowLabel(itempath, True); |
...
Sets the visibility of an items label.
...
ShowLabel(ItemPath: String; Visible: Boolean);
...
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
ShowLabel(itempath, True); |
...