IBaseTreeNode.ChildCount (PROP) ¶ PROPERTY ChildCount : DINT
IBaseTreeNode.GetChild (METH) ¶ METHOD GetChild : IBaseTreeNode InOut: Scope Name Type Return GetChild IBaseTreeNode Input diIndex DINT
IBaseTreeNode.GetFather (METH) ¶ METHOD GetFather : IBaseTreeNode InOut: Scope Name Type Return GetFather IBaseTreeNode
IInstancePathBuildingNode.GetFullPath (METH) ¶ METHOD GetFullPath : DINT Will fill the buffer with the full path of this node, in case the pBuffer is 0 then the needed size in bytes will be returned. When the buffer is too small, -1 will be returned. InOut: Scope Name Type Return GetFullPath DINT Input pBuffer POINTER TO STRING diBufferSize DINT
IInstancePathBuildingNode (ITF) ¶ INTERFACE IInstancePathBuildingNode EXTENDS IBase Properties: InstancePathNodeType Methods: GetFullPath Structure: GetFullPath (Method) InstancePathNodeType (Property)
PStrLenUntil (FUN) ¶ FUNCTION PStrLenUntil : DINT InOut: Scope Name Type Return PStrLenUntil DINT Input pst POINTER TO STRING stTokenDelimiters STRING
PStrToUpper (FUN) ¶ FUNCTION PStrToUpper : STRING(255) This function converts a string to uppercase. The maximal stringlen is 255! InOut: Scope Name Type Return PStrToUpper STRING(255) Input pstValue POINTER TO STRING(255)
StringToDintMap (FB) ¶ FUNCTION_BLOCK StringToDintMap EXTENDS BaseMap Properties: CaseSensitive Capacity , inherited from BaseVector Count , inherited from BaseVector proUseOptimizedSortForInsertionAtTheEnd , inherited from BaseMap Methods: AddStringDintPair GetValue BeginUpdate , inherited from BaseMap Clear , inherited from BaseVector EndUpdate , inherited from BaseMap InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddStringDintPair (Method) CaseSensitive (Property) GetValue (Method)
StringToDintMap.AddStringDintPair (METH) ¶ METHOD AddStringDintPair : UDINT InOut: Scope Name Type Return AddStringDintPair UDINT Input str STRING diValue DINT
StringToDintMap.CaseSensitive (PROP) ¶ PROPERTY CaseSensitive : BOOL The default is TRUE