Login
Products
Sales
Support
Downloads
About
Home
»
Technical Support
»
Elevate Web Builder Technical Support
»
Product Manuals
»
Elevate Web Builder 3 Manual
»
Function and Procedure Reference
»
StrToBool
StrToBool
Unit:
WebCore
Available In:
Client and Server Applications
function StrToBool(const Value: String): Boolean
The
StrToBool
function returns True if the input parameter is 'True' (case-insensitive), and False if the input parameter is 'False' (case-insensitive also). The return value is a Boolean value.
Examples
X := StrToBool('True'); // X is True
More Support Options
Support Forums
Frequently Asked Questions
Technical Bulletins
Technical Articles
Incident Reports
Roadmap