PStrCat (FUN) ¶ FUNCTION PStrCat : DINT InOut: Scope Name Type Return PStrCat DINT Input pstDest POINTER TO STRING pstSrc POINTER TO STRING diDestSize DINT
PStrCmp (FUN) ¶ FUNCTION PStrCmp : INT Will return -1 if pstr1^ < pstr2^, 0 if they are equal and +1 if pstr1^ > pstr2^ InOut: Scope Name Type Return PStrCmp INT Input pstr1 POINTER TO STRING pstr2 POINTER TO STRING
PStrICmp (FUN) ¶ FUNCTION PStrICmp : INT Will return -1 if pstr1^ < pstr2^, 0 if they are equal and +1 if pstr1^ > pstr2^ InOut: Scope Name Type Return PStrICmp INT Input pstr1 POINTER TO STRING pstr2 POINTER TO STRING
DwordVector.GetDword (METH) ¶ METHOD GetDword : DWORD InOut: Scope Name Type Return GetDword DWORD Input udiIndex UDINT Output udiResult UDINT
DwordVector.Remove (METH) ¶ METHOD Remove : UDINT InOut: Scope Name Type Return Remove UDINT Input udiIndex UDINT
GVL_DebugOnlyCollections (GVL) ¶ InOut: Name Type g_st STRING(255) g_pst POINTER TO STRING(255)
Globals (GVL) ¶ InOut: Scope Name Type Initial COMPONENT_NAME STRING ‘Collections’ Constant VECTOR_STRING_LEN INT 80 ERR_MB_ALREADY_ALLOCATED UDINT 16#2100 ERR_OK UDINT 0 ERR_PARAMETER UDINT 2 ERR_NOTINITIALIZED UDINT 3 ERR_NOBUFFER UDINT 6 ERR_NOTIMPLEMENTED UDINT 12 ERR_NO_OBJECT UDINT 16#16
InstancePathBuildingBranchNode (FB) ¶ FUNCTION_BLOCK InstancePathBuildingBranchNode EXTENDS InstancePathBuildingNode Properties: ChildCount InstancePathNodeType 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 GetFullPath , inherited from InstancePathBuildingNode QueryInterface , inherited from InstancePathBuildingNode Structure: ChildCount (Property) InstancePathNodeType (Property) proChildren (Property)
InstancePathBuildingBranchNode.ChildCount (PROP) ¶ PROPERTY ChildCount : DINT
InstancePathBuildingBranchNode.InstancePathNodeType (PROP) ¶ PROPERTY InstancePathNodeType : InstancePathBuildingNodeType