IBX.IBDatabase.TIBDatabase.IndexOfDBConst

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOfDBConst(st: String): Integer;

C++

int __fastcall IndexOfDBConst(System::UnicodeString st);

Properties

Type Visibility Source Unit Parent
function public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Searches for the named parameter in the database parameters list.

Use IndexOfDBConst to locate a parameter in the database parameters list. If the parameter is not found, IndexOfDBConst returns -1.