IDisposable.ObjectDispose (METH) ¶ METHOD ObjectDispose : ERROR InOut: Scope Name Type Return ObjectDispose ERROR
IDisposable.ObjectRelease (METH) ¶ METHOD ObjectRelease : ERROR InOut: Scope Name Type Return ObjectRelease ERROR
Immutable String Segments Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title Immutable String Segments Version 3.5.18.0 Categories Intern|Strings Namespace STR Author 3S - Smart Software Solutions GmbH Placeholder StringSegs Description 1 ¶ Implements a simple interface for managing UTF-8 encoded immutable string segments. Contents: ¶ Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) Strings Aliases Enums Functionblocks Functions Interfaces Indices and tables ¶ 1 Based on Immutable String Segments.library, last modified 01.04.2022, 08:08:38. LibDoc 4.4.0.0-b.27 The content file Immutable String Segments.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 01.04.2022, 08:08:38.
Library Information ¶ GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function)
GetLibVersion (FUN) ¶ FUNCTION GetLibVersion : VERSION InOut: Scope Name Type Return GetLibVersion VERSION
GetLibVersionNumber (FUN) ¶ FUNCTION GetLibVersionNumber : DWORD InOut: Scope Name Type Return GetLibVersionNumber DWORD
IsLibReleased (FUN) ¶ FUNCTION IsLibReleased : BOOL InOut: Scope Name Type Return IsLibReleased BOOL
Aliases ¶ Constants (GVL) RUNE (Alias)
Constants (GVL) ¶ InOut: Scope Name Type Initial Comment Constant c_diRuneError RUNE UTF8.c_diRuneError The “error” Rune or “Unicode replacement character” c_diMaxRune DINT UTF8.c_diMaxRune c_liMinIndex LINT -4294967295 c_liMaxIndex LINT 4294967294
RUNE (ALIAS) ¶ TYPE RUNE : UTF8.|dRUNE| The term rune appears in the libraries and source code, and means exactly the same as “unicode code point”, with one interesting addition. This library defines the word rune as an alias for the type DINT , so programs can be clear when an integer value represents a code point. Moreover, what you might think of as a character constant is called a rune constant. The type and value of the expression WSTRING#"⌘" is a rune with the integer value DINT#16#2318 .