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
HashTable.ContainsKey (METH) ¶ METHOD ContainsKey : COLLECTION_ERROR Check if the map contains the key itfKey . InOut: Scope Name Type Comment Return ContainsKey COLLECTION_ERROR Input itfKey IElement The key to check Output xResult BOOL True if the map contains itfKey
HashTableFactory.prvInstPoolExtendsFactor (PROP) ¶ PROPERTY prvInstPoolExtendsFactor : USINT
HashTableFactory.prvInstSize (PROP) ¶ PROPERTY prvInstSize : CAA.SIZE
LinkedListIterator.HasNext (METH) ¶ METHOD HasNext : BOOL Checks the next element. InOut: Scope Name Type Return HasNext BOOL