Icon AnsiStrToBoolean Method

bool __fastcall AnsiStrToBoolean(const System::UnicodeString
      Value)

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