Links
EControl Syntax Editor SDK
ecStrUtils.ec_UpperCase Function

Returns a copy of a string in uppercase.

function ec_UpperCase(const S: ecString): ecString;

ecStrUtils

ec_UpperCase returns a copy of the string S, with the same text but with all characters converted to uppercase. This function is valid in both ANSI and Unicode modes.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!