IStack (ITF) ¶ INTERFACE IStack EXTENDS ICollection Stack of IElements (LIFO, last in first out) Methods: Peek Pop AddElement , inherited from ICollection ContainsElement , inherited from ICollection CountElements , inherited from ICollection ElementCompareTo , inherited from IElement ElementEquals , inherited from IElement ElementHashCode , inherited from IElement ElementIterator , inherited from ICollection RemoveAllElements , inherited from ICollection RemoveElement , inherited from ICollection Structure: Peek (Method) Pop (Method)
IStack2 (ITF) ¶ INTERFACE IStack2 EXTENDS IStack , IContainsValue Methods: AddElement , inherited from ICollection ContainsElement , inherited from ICollection CountElements , inherited from ICollection ElementCompareTo , inherited from IElement ElementEquals , inherited from IElement ElementHashCode , inherited from IElement ElementIterator , inherited from ICollection Peek , inherited from IStack Pop , inherited from IStack RemoveAllElements , inherited from ICollection RemoveElement , inherited from ICollection
IStack3 (ITF) ¶ INTERFACE IStack3 EXTENDS IStack2 Methods: SafeElementIterator AddElement , inherited from ICollection ContainsElement , inherited from ICollection CountElements , inherited from ICollection ElementCompareTo , inherited from IElement ElementEquals , inherited from IElement ElementHashCode , inherited from IElement ElementIterator , inherited from ICollection Peek , inherited from IStack Pop , inherited from IStack RemoveAllElements , inherited from ICollection RemoveElement , inherited from ICollection Structure: SafeElementIterator (Method)
WStringElement.WStringValue (PROP) ¶ PROPERTY WStringValue : WSTRING Returns the value of the element.
WStringElement.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
WStringElementFactory.Create (METH) ¶ METHOD Create : IWStringElement Creates a IntElement InOut: Scope Name Type Return Create IWStringElement Input wsValue WSTRING Output eError FBF.ERROR
WStringElementFactory.prvInstCount (PROP) ¶ PROPERTY prvInstCount : CAA.COUNT
WStringElementFactory.prvInstPoolExtendsFactor (PROP) ¶ PROPERTY prvInstPoolExtendsFactor : USINT
WStringElementFactory.prvInstSize (PROP) ¶ PROPERTY prvInstSize : CAA.SIZE
HashTable.AddKeyValuePair (METH) ¶ METHOD AddKeyValuePair : COLLECTION_ERROR Add a key value pair to the map. InOut: Scope Name Type Comment Return AddKeyValuePair COLLECTION_ERROR Input itfKey IElement The key itfValue IElement The value