Applies toTESBPCSEdit
Declarationfunction LowerText: string;
DescriptionResult is also Trimmed.Implementation
function TESBPCSEdit.LowerText: string; begin Result := AnsiLowerCase (Trim (Text)); End;