LowerText method
Returns the Text in Lower Case using AnsiLowerCase.

Applies to
TESBPCSEdit

Declaration
function LowerText: string;

Description
Result is also Trimmed.

Implementation

function TESBPCSEdit.LowerText: string;
begin
     Result := AnsiLowerCase (Trim (Text));
End;


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