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