ProperText method
Returns the Text in Proper Case using ESBProperStr.

Applies to
TESBPCSEdit

Declaration
function ProperText: string;

Description
Result is also Trimmed.

Implementation

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


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