INamedTreeNode.CaseSensitiveComparison (PROP) ¶ PROPERTY CaseSensitiveComparison : BOOL
INamedTreeNode.FindChildByName (METH) ¶ METHOD FindChildByName : INamedTreeNode InOut: Scope Name Type Return FindChildByName INamedTreeNode Input stName STRING(256)
INamedTreeNode.Name (PROP) ¶ PROPERTY Name : POINTER TO STRING
InstancePathBuildingNodeType (ENUM) ¶ TYPE InstancePathBuildingNodeType : InOut: Name StructuredNode ArrayNode PointerNode ValueNode
UtilTokenizer (FB) ¶ FUNCTION_BLOCK UtilTokenizer Properties: CurrentPosition Methods: Initialize NextToken Structure: CurrentPosition (Property) Initialize (Method) NextToken (Method)
UtilTokenizer.CurrentPosition (PROP) ¶ PROPERTY CurrentPosition : INT
UtilTokenizer.Initialize (METH) ¶ METHOD Initialize : BOOL InOut: Scope Name Type Return Initialize BOOL Input pstr POINTER TO STRING strDelims STRING
UtilTokenizer.NextToken (METH) ¶ METHOD NextToken : STRING(256) InOut: Scope Name Type Return NextToken STRING(256) Output bEnd BOOL iTokenStartOffset DINT iTokenEndOffset DINT
XwordVector (FB) ¶ FUNCTION_BLOCK XwordVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddXword FB_Exit GetXword Remove Clear , inherited from BaseVector InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddXword (Method) FB_Exit (Method) GetXword (Method) Remove (Method)
XwordVector.AddXword (METH) ¶ METHOD AddXword : UDINT InOut: Scope Name Type Return AddXword UDINT Input item __XWORD