TrimmedText method
Returns the Text trimmed of leading and trailing spaces.

Applies to
TESBPCSEdit

Declaration
function TrimmedText: string;

Implementation

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


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