Pair_DintDint (STRUCT) ¶ TYPE Pair_DintDint : STRUCT InOut: Name Type diKey DINT diValue DINT
Pair_PStringDint (STRUCT) ¶ TYPE Pair_PStringDint : STRUCT InOut: Name Type pstr POINTER TO STRING di DINT
BaseVector.Count (PROP) ¶ PROPERTY Count : DINT
BaseVector.InitMemory (METH) ¶ METHOD InitMemory : UDINT InOut: Scope Name Type Return InitMemory UDINT Input buffer StaticMemBuffer
BaseVector.RemoveLast (METH) ¶ METHOD RemoveLast : UDINT InOut: Scope Name Type Return RemoveLast UDINT
BaseVector.ReserveSpace (METH) ¶ METHOD ReserveSpace : UDINT InOut: Scope Name Type Return ReserveSpace UDINT Input iItemCount UDINT
BaseVector.proAfterAlloc (METH) ¶ METHOD proAfterAlloc This method can be optionally overridden by derived function blocks, if some kind of processing is necessary after the vector’s memory was allocated successfully. InOut: Scope Name Type Comment Input diPrevAllocSize DINT The previous maximum number of items, that can be stored in the vector diCurrAllocSize DINT The new maximum number of items, that can be stored in the vector
BaseVector.proRemove (METH) ¶ METHOD proRemove : UDINT InOut: Scope Name Type Return proRemove UDINT Input udiIndex UDINT
BranchNamedTreeNode (FB) ¶ FUNCTION_BLOCK BranchNamedTreeNode EXTENDS NamedTreeNode Properties: ChildCount proChildren CaseSensitiveComparison , inherited from NamedTreeNode Name , inherited from NamedTreeNode Sorted , inherited from AbstrTreeNode abstrNodeType , inherited from AbstrTreeNode Methods: FindChildByName , inherited from NamedTreeNode GetChild , inherited from AbstrTreeNode GetFather , inherited from AbstrTreeNode QueryInterface , inherited from NamedTreeNode Structure: ChildCount (Property) proChildren (Property)
BranchNamedTreeNode.ChildCount (PROP) ¶ PROPERTY ChildCount : DINT