AbstrTreeNode.QueryInterface (METH) ¶ METHOD QueryInterface : POINTER TO POINTER TO BYTE InOut: Scope Name Type Comment Return QueryInterface POINTER TO POINTER TO BYTE Input iid DWORD InterfaceID pResult POINTER TO UDINT
AbstrTreeNode.Sorted (PROP) ¶ PROPERTY Sorted : BOOL
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
BaseVector (FB) ¶ FUNCTION_BLOCK BaseVector We have to provide this attribute here, because the usage at the member _pData does not work. _pData is a generic member, so we have to suppress the warning Properties: Capacity Count Methods: Clear InitMemory RemoveLast ReserveSpace proAfterAlloc proRemove Structure: Capacity (Property) Clear (Method) Count (Property) InitMemory (Method) RemoveLast (Method) ReserveSpace (Method) proAfterAlloc (Method) proRemove (Method)
BaseVector.Capacity (PROP) ¶ PROPERTY Capacity : DINT