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
BaseMap.EndUpdate (METH) ¶ METHOD EndUpdate : UDINT InOut: Scope Name Type Return EndUpdate UDINT
BaseMap.proUseOptimizedSortForInsertionAtTheEnd (PROP) ¶ PROPERTY proUseOptimizedSortForInsertionAtTheEnd : BOOL
DwordVector.Remove (METH) ¶ METHOD Remove : UDINT InOut: Scope Name Type Return Remove UDINT Input udiIndex UDINT