String Intrinsic Functions - Reverse Method
Reverse a string
Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

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