Pascal比较字符串

dad*_*ada 3 string pascal

我需要查看一个字符串是否与AS EMPTY STRING不同.像:string!=''; 我怎样才能在Pascal中实现它?

Ser*_*yuz 5

不等式运算符是"<>", string <> '';.