RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.IndexOfDBConst Method

Searches for the named parameter in the database parameters list.

Pascal
function IndexOfDBConst(st: String): Integer;
C++
__fastcall int IndexOfDBConst(AnsiString st);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!