[r756]: / trunk / mqttsparkplug / mqttsparkplug / Project Information_1 / GetBooleanProperty / svnobj  Maximize  Restore  History

Download this file

9 lines (8 with data), 2.4 kB

1
2
3
4
5
6
7
8
IF stKey = "AutoResolveUnbound" THEN
	GetBooleanProperty := TRUE;
ELSIF stKey = "IsEndUserLibrary" THEN
	GetBooleanProperty := FALSE;
ELSIF stKey = "Released" THEN
ELSIF stKey = "SourceLibrary" THEN
ELSE
END_IF