Icon AnsiStrToBoolean Method

function AnsiStrToBoolean(const Value: String): Boolean

Usage

Use the AnsiStrToBoolean method to convert a string that contains an ANSI-formatted boolean value to an actual Boolean value. All SQL and filter expressions in DBISAM require ANSI-formatted boolean values, which are TRUE and FALSE (case-insensitive).
Image