PStringRefElement (FB) ¶ FUNCTION_BLOCK PStringRefElement IMPLEMENTS IPStringElement Properties: PStringValue Methods: ElementCompareTo ElementEquals ElementHashCode Structure: ElementCompareTo (Method) ElementEquals (Method) ElementHashCode (Method) PStringValue (Property)
PStringRefElement.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL Returns true of this element and itfElement are equal. This method will be called from the function block |HashTable| to find an element by key if the hashcode of an element collides with an other element. IMPORTANT: The underlying value to be compared with MUST NOT be changed during the lifecycle of the object. InOut: Scope Name Type Comment Return ElementEquals BOOL Input itfElement COL.IElement The element to compare
PStringRefElement.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT Returns the hashcode of this element. This method is used by hash based collections (e.g. |Hashtable| ) to get the hashcode from a element. IMPORTANT: The value of the method MUST NOT be changed during the lifecycle of the object. InOut: Scope Name Type Return ElementHashCode LINT
PStringRefElement.PStringValue (PROP) ¶ PROPERTY PStringValue : POINTER TO STRING Returns the value of the element.
VisuFbDatasourceFramePathManager.AddItem (METH) ¶ METHOD AddItem : SysTypes.RTS_IEC_RESULT InOut: Scope Name Type Return AddItem SysTypes.RTS_IEC_RESULT Input key POINTER TO PStringRefElement dib POINTER TO FrameRegistrationDataBase
VisuFbCommandVector.abstrSizeOfElement (METH) ¶ METHOD abstrSizeOfElement : UDINT InOut: Scope Name Type Return abstrSizeOfElement UDINT
Visu_FbStringDintMap.AddOrOverwrite (METH) ¶ METHOD AddOrOverwrite : UDINT InOut: Scope Name Type Return AddOrOverwrite UDINT Input str STRING diValue DINT
FrameRegistrationDataBase.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL Returns true of this element and itfElement are equal. This method will be called from the function block |HashTable| to find an element by key if the hashcode of an element collides with an other element. IMPORTANT: The underlying value to be compared with MUST NOT be changed during the lifecycle of the object. InOut: Scope Name Type Comment Return ElementEquals BOOL Input itfElement COL.IElement The element to compare
FrameRegistrationDataBase.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT Returns the hashcode of this element. This method is used by hash based collections (e.g. |Hashtable| ) to get the hashcode from a element. IMPORTANT: The value of the method MUST NOT be changed during the lifecycle of the object. InOut: Scope Name Type Return ElementHashCode LINT
FrameRegistrationDataBase.ReplacementInfo (PROP) ¶ PROPERTY ReplacementInfo : POINTER TO IDatasources.ReplacementInfo