DintVector (FB) ¶ FUNCTION_BLOCK DintVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddDint GetDint 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: AddDint (Method) GetDint (Method)
DintVector.AddDint (METH) ¶ METHOD AddDint : UDINT InOut: Scope Name Type Return AddDint UDINT Input item DINT
DintVector.GetDint (METH) ¶ METHOD GetDint : DWORD InOut: Scope Name Type Return GetDint DWORD Input udiIndex UDINT Output udiResult UDINT
DwordVector (FB) ¶ FUNCTION_BLOCK DwordVector EXTENDS BaseVector Properties: Capacity , inherited from BaseVector Count , inherited from BaseVector Methods: AddDword GetDword Remove 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: AddDword (Method) GetDword (Method) Remove (Method)
DwordVector.AddDword (METH) ¶ METHOD AddDword : UDINT InOut: Scope Name Type Return AddDword UDINT Input item DWORD
AbstrTreeNode (FB) ¶ FUNCTION_BLOCK AbstrTreeNode IMPLEMENTS IBaseTreeNode Properties: ChildCount Sorted abstrNodeType proChildren Methods: GetChild GetFather QueryInterface Structure: ChildCount (Property) GetChild (Method) GetFather (Method) IBase QueryInterface (Method) Sorted (Property) abstrNodeType (Property) proChildren (Property)
AbstrTreeNode.ChildCount (PROP) ¶ PROPERTY ChildCount : DINT
AbstrTreeNode.GetChild (METH) ¶ METHOD GetChild : IBaseTreeNode InOut: Scope Name Type Return GetChild IBaseTreeNode Input diIndex DINT
AbstrTreeNode.GetFather (METH) ¶ METHOD GetFather : IBaseTreeNode InOut: Scope Name Type Return GetFather IBaseTreeNode
IBase ¶ QueryInterface (Method)