Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Compatible Unicode Intrinsic Functions - Reverse Method

Panel
bgColor#2c3c4c

Reverse a string

Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Unicode String

Resulting string

Details

Reverse returns the string reversed end to end.

Example

In this example, if #String contained "ABCDE" the result would be "EDCBA"

     #Com_owner.Caption := #String.Reverse


See also

All Component Classes

Technical Reference