ERROR (ENUM) ¶ TYPE ERROR : Attributes: qualified_only InOut: Name Initial NO_ERROR END_OF_BUFFER 2 WRONG_CONFIGURATION WRONG_PARAMETER INVALID_ENCODING NO_MEMORY POOL_EMPTY ALREADY_INITIALIZED WRONG_OPERATION
IRange ¶ GetNextRune (Method) Reset (Method) UngetLastRune (Method)
Range.SetInitialValue (METH) ¶ METHOD FINAL SetInitialValue : ERROR InOut: Scope Name Type Return SetInitialValue ERROR Input itfString IString
Functions ¶ Compare (Function) Copy (Function) CreateString (Function) CreateStringPool (Function) IsValidString (Function) Len (Function) RuneCount (Function)
Compare (FUN) ¶ FUNCTION Compare : DINT Returns an integer comparing two strings lexicographically. The result will be 0 if itfString1 = itfString2 , -1 if itfString1 < itfString2 , and +1 if itfString1 > itfString2 . InOut: Scope Name Type Return Compare DINT Input itfString1 IString itfString2 IString Output eErrorID ERROR
Library Information ¶ GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function)
GetLibVersion (FUN) ¶ FUNCTION GetLibVersion : VERSION This function has been automatically generated from the project information. InOut: Scope Name Type Return GetLibVersion VERSION
GetLibVersionNumber (FUN) ¶ FUNCTION GetLibVersionNumber : DWORD This function has been automatically generated from the project information. InOut: Scope Name Type Return GetLibVersionNumber DWORD
IsLibReleased (FUN) ¶ FUNCTION IsLibReleased : BOOL This function has been automatically generated from the project information. InOut: Scope Name Type Return IsLibReleased BOOL