IInputRectangle.Flags (PROP) ¶ PROPERTY Flags : VisuEnumRectangleFlags
IInputRectangle.Height (PROP) ¶ PROPERTY Height : INT
IInputRectangle.Left (PROP) ¶ PROPERTY Left : INT
IInputRectangle.Right (PROP) ¶ PROPERTY Right : INT
IInputRectangle.Top (PROP) ¶ PROPERTY Top : INT
IInputRectangle.Width (PROP) ¶ PROPERTY Width : INT
PStringRefElement (FB) ¶ FUNCTION_BLOCK PStringRefElement IMPLEMENTS IPStringElement Properties: PStringValue Methods: ElementCompareTo ElementEquals ElementHashCode Structure: ElementCompareTo (Method) ElementEquals (Method) ElementHashCode (Method) PStringValue (Property)
PStringRefElement.ElementCompareTo (METH) ¶ METHOD ElementCompareTo : INT Compares this element with itfElement. Returns 0 if the elements are equal, < 0 if the element is less than itfElement, > 0 if the element is greater than itfElement. This method will be called from sorted collections (e.g. |SortedList| ) to sort elements. IMPORTANT: The underlying value to be compared with MUST NOT be changed during the lifecycle of the object. InOut: Scope Name Type Comment Return ElementCompareTo INT Input itfElement COL.IElement The element to compare
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
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