UpperText method
Returns the Text in Upper Case using AnsiUpperCase.

Applies to
TESBPCSEdit

Declaration
function UpperText: string;

Description
Result is also Trimmed

Implementation

function TESBPCSEdit.UpperText: string;
begin
     Result := AnsiUpperCase (Trim (Text));
End;


HTML generated by Time2HELP
http://www.time2help.com