function LeftStr(const AText: string; ACount: Integer): string;DescriptionLeftStr returns the leading characters of AText up to a length of ACount characters. Thus, for example,LeftStr('Programmer', 7)returns the string 'Program'上面是帮助文件中的说明
可是为什么我在程序中用不了,是不是要加什么包
具体怎么加呢?
多谢!!