String Intrinsic Functions - Reverse Method

Reverse a string

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringResulting 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

Febuary 18 V14SP2