IntElement.IntValue (PROP) ¶ PROPERTY IntValue : INT Returns the value of the element.
IntElement.prvInstInit (METH) ¶ METHOD prvInstInit : FBF.ERROR This methode is called from the factory to give a chance to initialize the new fb instance with the content of itfData InOut: Scope Name Type Return prvInstInit FBF.ERROR Input itfData FBF.IData
IntElementFactory.Create (METH) ¶ METHOD Create : IIntElement Creates a IntElement InOut: Scope Name Type Return Create IIntElement Input iValue INT Output eError FBF.ERROR
ITreeNode (ITF) ¶ INTERFACE ITreeNode EXTENDS IElement , IObjectReference Basic interface for tree structures. Methods: AddChild Children ContainsChild CountChildren MoveNode Parent RemoveChild RootNode ElementCompareTo , inherited from IElement ElementEquals , inherited from IElement ElementHashCode , inherited from IElement Structure: AddChild (Method) Children (Method) ContainsChild (Method) CountChildren (Method) MoveNode (Method) Parent (Method) RemoveChild (Method) RootNode (Method)
ITreeNode2 (ITF) ¶ INTERFACE ITreeNode2 EXTENDS ITreeNode Methods: SafeChildren AddChild , inherited from ITreeNode Children , inherited from ITreeNode ContainsChild , inherited from ITreeNode CountChildren , inherited from ITreeNode ElementCompareTo , inherited from IElement ElementEquals , inherited from IElement ElementHashCode , inherited from IElement MoveNode , inherited from ITreeNode Parent , inherited from ITreeNode RemoveChild , inherited from ITreeNode RootNode , inherited from ITreeNode Structure: SafeChildren (Method)
Elements ¶ IBoolElement (Interface) BoolValue (Property) IDintElement (Interface) DintValue (Property) IElement (Interface) ElementCompareTo (Method) ElementEquals (Method) ElementHashCode (Method) IIntElement (Interface) IntValue (Property) ILintElement (Interface) LintValue (Property) INullElement (Interface) IOnlineChangeSafeLinkedListElement (Interface) ObjectReference (Property) UpdateElement (Method) IStringElement (Interface) StringValue (Property) ITimeElement (Interface) TimeValue (Property) IUdintElement (Interface) UdintValue (Property) IUintElement (Interface) UintValue (Property) IUlintElement (Interface) UlintValue (Property) IWStringElement (Interface) WStringValue (Property)
IBoolElement (ITF) ¶ INTERFACE IBoolElement EXTENDS IElement Element interface for BOOL Properties: BoolValue Methods: ElementCompareTo , inherited from IElement ElementEquals , inherited from IElement ElementHashCode , inherited from IElement Structure: BoolValue (Property)
IDintElement (ITF) ¶ INTERFACE IDintElement EXTENDS IElement Element interface for DINTs Properties: DintValue Methods: ElementCompareTo , inherited from IElement ElementEquals , inherited from IElement ElementHashCode , inherited from IElement Structure: DintValue (Property)
IElement (ITF) ¶ INTERFACE IElement EXTENDS __SYSTEM.IQueryInterface Base element for all collections. Methods: ElementCompareTo ElementEquals ElementHashCode Structure: ElementCompareTo (Method) ElementEquals (Method) ElementHashCode (Method)
IIntElement (ITF) ¶ INTERFACE IIntElement EXTENDS IElement Element interface for INTs Properties: IntValue Methods: ElementCompareTo , inherited from IElement ElementEquals , inherited from IElement ElementHashCode , inherited from IElement Structure: IntValue (Property)