131 |
|
{Interface version information} |
132 |
|
FBIntf_Major = 1; |
133 |
|
FBIntf_Minor = 1; |
134 |
< |
FBIntf_Release = 3; |
135 |
< |
FBIntf_Version = '1.1.3'; |
134 |
> |
FBIntf_Release = 4; |
135 |
> |
FBIntf_Version = '1.1.4'; |
136 |
|
|
137 |
|
{These include files are converted from the 'C' originals in the Firebird API |
138 |
|
and define the various constants used by the API} |
948 |
|
function GetSecurityDatabase: AnsiString; |
949 |
|
function GetODSMajorVersion: integer; |
950 |
|
function GetODSMinorVersion: integer; |
951 |
+ |
procedure getFBVersion(version: TStrings); |
952 |
|
function HasActivity: boolean; |
953 |
|
|
954 |
|
{Character Sets} |