SortedPStringVector.CaseSensitive (PROP) ¶ PROPERTY CaseSensitive : BOOL The default is TRUE
SortedPStringVector.GetPString (METH) ¶ METHOD GetPString : POINTER TO BYTE InOut: Scope Name Type Return GetPString POINTER TO BYTE Input diIndex DINT Output udiResult UDINT
StaticMemBuffer (STRUCT) ¶ TYPE StaticMemBuffer : STRUCT InOut: Name Type Comment pData POINTER TO BYTE udiDataSize UDINT xExtendDynamically BOOL Set to true when the using instance should try to allocate dynamic memory when the static memory does not provide enough space
StringBuilder (FB) ¶ FUNCTION_BLOCK StringBuilder Properties: Capacity Length Methods: AppendChar AppendPString AppendString Clear GetPStringResult InitMemory ReserveSpace prvAppend Structure: AppendChar (Method) AppendPString (Method) AppendString (Method) Capacity (Property) Clear (Method) GetPStringResult (Method) InitMemory (Method) Length (Property) ReserveSpace (Method) prvAppend (Method)
StringBuilder.AppendChar (METH) ¶ METHOD AppendChar : UDINT InOut: Scope Name Type Return AppendChar UDINT Input c BYTE
StringBuilder.AppendPString (METH) ¶ METHOD AppendPString : UDINT InOut: Scope Name Type Return AppendPString UDINT Input pst POINTER TO BYTE
InstancePathBuildingNode (FB) ¶ FUNCTION_BLOCK InstancePathBuildingNode EXTENDS NamedTreeNode IMPLEMENTS IInstancePathBuildingNode Properties: InstancePathNodeType CaseSensitiveComparison , inherited from NamedTreeNode ChildCount , inherited from AbstrTreeNode Name , inherited from NamedTreeNode Sorted , inherited from AbstrTreeNode abstrNodeType , inherited from AbstrTreeNode proChildren , inherited from AbstrTreeNode Methods: GetFullPath FindChildByName , inherited from NamedTreeNode GetChild , inherited from AbstrTreeNode GetFather , inherited from AbstrTreeNode QueryInterface Structure: GetFullPath (Method) IBase QueryInterface (Method) InstancePathNodeType (Property)
InstancePathBuildingNode.GetFullPath (METH) ¶ METHOD GetFullPath : DINT Will fill the buffer with the full path of this node, in case the pBuffer is 0 then the needed size in bytes will be returned. When the buffer is too small, -1 will be returned. InOut: Scope Name Type Return GetFullPath DINT Input pBuffer POINTER TO STRING diBufferSize DINT
IBase ¶ QueryInterface (Method)
InstancePathBuildingNode.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