Forum > LCL
BoolToStr is missing?
(1/1)
BlueIcaro:
Hello, according to Pascal doc : http://www.freepascal.org/docs-html/rtl/sysutils/booltostr.html
BoolToStr converts a Boolean value into a String, and it's on sysutils unit.
But in this unit I can't find BoolToStr.
Where is BoolToStr?
/BlueIcaro
theo:
It's in include files of sysutils.
Right click on "BoolToStr()" in the editor, then select "find declaration".
Find the implementation by setting the caret on the declaration and press "Shift-Ctrl-Down"
Navigation
[0] Message Index