DintToDintMap (FB) ¶ FUNCTION_BLOCK DintToDintMap EXTENDS BaseMap Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector proUseOptimizedSortForInsertionAtTheEnd , inherited from BaseMap Methods: AddDintPair 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: AddDintPair (Method) GetValue (Method)
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
AbstrTreeNode.abstrNodeType (PROP) ¶ PROPERTY abstrNodeType : INT
AbstrTreeNode.proChildren (PROP) ¶ PROPERTY proChildren : POINTER TO ARRAY [0..100] OF IBaseTreeNode
BaseMap (FB) ¶ FUNCTION_BLOCK BaseMap EXTENDS BaseVector Properties: proUseOptimizedSortForInsertionAtTheEnd Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: BeginUpdate EndUpdate 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: BeginUpdate (Method) EndUpdate (Method) proUseOptimizedSortForInsertionAtTheEnd (Property)
BaseMap.BeginUpdate (METH) ¶ METHOD BeginUpdate : UDINT InOut: Scope Name Type Return BeginUpdate UDINT