Check string is empty or nor

23.6.04

Quite interesting issue! We usually check whether edit boxes is empty or not by
if trim(edtBox.Text) > '' then
begin
...
end;

Nick raises a question about this checking.
Nick passage: Is a String Empty?


Comments:
Gloria --

Hey, thanks for the Link!

Hi, Nick!
Hope you don't mind for this :)
By the way, how do you know I am posting it?

Post a Comment

<< Home