Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. Memory Block Manager ¶ Library Identification ¶ Placeholder: MemoryBlockManager Default Resolution: Memory Block Manager, * (3S - Smart Software Solutions GmbH) Namespace: MBM Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: MemoryBlockManager SysCpuHandling ¶ Library Identification ¶ Placeholder: SysCpuHandling Default Resolution: SysCpuHandling, * (System) Namespace: SysCpuHandling Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysCpuHandling SysMem ¶ Library Identification ¶ Placeholder: SysMem Default Resolution: SysMem, * (System) Namespace: SysMem Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysMem UTF-8 Encoding Support ¶ Library Identification ¶ Placeholder: UTF8 Default Resolution: UTF-8 Encoding Support, * (3S - Smart Software Solutions GmbH) Namespace: UTF8 Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: UTF8
Range.GetNextRune (METH) ¶ METHOD FINAL GetNextRune : RUNE Unpacks the next UTF-8 encoding in a IString instance and returns the rune and its length in bytes. InOut: Scope Name Type Return GetNextRune RUNE Output udiLength UDINT eErrorID ERROR
Range.Reset (METH) ¶ METHOD FINAL Reset : ERROR Set back the original state of this IRange instance InOut: Scope Name Type Return Reset ERROR
Range.UngetLastRune (METH) ¶ METHOD FINAL UngetLastRune : ERROR Undo the last call of GetNextRune . This allow to restore the state of this Range instance. InOut: Scope Name Type Return UngetLastRune ERROR
IDisposable.ObjectRetain (METH) ¶ METHOD ObjectRetain : ERROR InOut: Scope Name Type Return ObjectRetain ERROR
IRange (ITF) ¶ INTERFACE IRange EXTENDS __SYSTEM.IQueryInterface Rune by rune Iteration over the content of a string like instance. Methods: GetNextRune Reset UngetLastRune Structure: GetNextRune (Method) Reset (Method) UngetLastRune (Method)
IRange.GetNextRune (METH) ¶ METHOD GetNextRune : RUNE Unpacks the next UTF-8 encoding in a IString instance and returns the rune and its position and length in bytes. InOut: Scope Name Type Return GetNextRune RUNE Output udiLength UDINT eErrorID ERROR
IRange.Reset (METH) ¶ METHOD Reset : ERROR Set back the original state of this IRange instance InOut: Scope Name Type Return Reset ERROR
IRange.UngetLastRune (METH) ¶ METHOD UngetLastRune : ERROR Undo the last call of GetNextRune . This allow to restore the state of this IRange instance. InOut: Scope Name Type Return UngetLastRune ERROR
IString (ITF) ¶ INTERFACE IString EXTENDS IDisposable , IStringRepresentation Handle a UTF-8 encoded immutable string segment Methods: IsValid Len ObjectDispose , inherited from IDisposable ObjectRelease , inherited from IDisposable ObjectRetain , inherited from IDisposable Structure: IsValid (Method) Len (Method)