API:System.VarUtils.VarBoolFromStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

VarBoolFromStr: function(const strIn: _POleStr; LCID: Integer; dwFlags: Integer;
out boolOut: WordBool): HRESULT; stdcall;

C++

extern DELPHI_PACKAGE HRESULT __stdcall (*VarBoolFromStr)(const System::WideChar * strIn, int LCID, int dwFlags, /* out */ System::WordBool &boolOut);

Properties

Type Visibility Source Unit Parent
variable public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Description

Embarcadero Technologies does not currently have any additional information.