API:System.VarUtils.VarI4FromStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

VarI4FromStr: function(const strIn: _POleStr; LCID: Integer; dwFlags: Integer;
out iOut: Integer): HRESULT; stdcall;

C++

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

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.