PStringToDintMap.GetValue (METH) ¶ METHOD GetValue : DINT InOut: Scope Name Type Return GetValue DINT Input pstr POINTER TO STRING Output udiResult UDINT
PStringToDintMap.GetValueByIndex (METH) ¶ METHOD GetValueByIndex : DINT InOut: Scope Name Type Return GetValueByIndex DINT Input udiIndex UDINT Output udiResult UDINT
PStringToDintMap.Remove (METH) ¶ METHOD Remove : UDINT InOut: Scope Name Type Return Remove UDINT Input udiIndex UDINT
PStringToDintMap.SetValueByIndex (METH) ¶ METHOD SetValueByIndex : UDINT InOut: Scope Name Type Return SetValueByIndex UDINT Input udiIndex UDINT diValue DINT
PStringToXWORDMap (FB) ¶ FUNCTION_BLOCK PStringToXWORDMap EXTENDS BaseMap Properties: CaseSensitive CopyStrings Capacity , inherited from BaseVector Count , inherited from BaseVector proUseOptimizedSortForInsertionAtTheEnd , inherited from BaseMap Methods: AddPStringXWORDPair Clear FB_Exit GetIndex GetKeyByIndex GetValue GetValueByIndex Remove SetValueByIndex BeginUpdate , inherited from BaseMap EndUpdate , inherited from BaseMap InitMemory , inherited from BaseVector RemoveLast , inherited from BaseVector ReserveSpace , inherited from BaseVector proAfterAlloc , inherited from BaseVector proRemove , inherited from BaseVector Structure: AddPStringXWORDPair (Method) CaseSensitive (Property) Clear (Method) CopyStrings (Property) FB_Exit (Method) GetIndex (Method) GetKeyByIndex (Method) GetValue (Method) GetValueByIndex (Method) Remove (Method) SetValueByIndex (Method)
PStringToXWORDMap.AddPStringXWORDPair (METH) ¶ METHOD AddPStringXWORDPair : UDINT InOut: Scope Name Type Return AddPStringXWORDPair UDINT Input pstr POINTER TO STRING xw __XWORD
PStringToXWORDMap.CaseSensitive (PROP) ¶ PROPERTY CaseSensitive : BOOL The default is TRUE
PStringToXWORDMap.Clear (METH) ¶ METHOD Clear : UDINT InOut: Scope Name Type Return Clear UDINT
Pair_PStringXWORD (STRUCT) ¶ TYPE Pair_PStringXWORD : STRUCT InOut: Name Type pstr POINTER TO STRING xw __XWORD
Pair_StringDint (STRUCT) ¶ TYPE Pair_StringDint : STRUCT InOut: Name Type str STRING di DINT