--- ibx/trunk/fbintf/IB.pas 2019/02/05 10:09:21 286 +++ ibx/trunk/fbintf/IB.pas 2019/04/11 08:51:23 287 @@ -135,8 +135,8 @@ const {Interface version information} FBIntf_Major = 1; FBIntf_Minor = 1; - FBIntf_Release = 4; - FBIntf_Version = '1.1.4'; + FBIntf_Release = 5; + FBIntf_Version = '1.1.5'; {These include files are converted from the 'C' originals in the Firebird API and define the various constants used by the API} @@ -643,6 +643,7 @@ type function getSQLParam(index: integer): ISQLParam; function ByName(Idx: AnsiString): ISQLParam ; function GetModified: Boolean; + function GetHasCaseSensitiveParams: Boolean; property Modified: Boolean read GetModified; property Params[index: integer]: ISQLParam read getSQLParam; default; property Count: integer read getCount;