-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfbintf.pas
More file actions
21 lines (16 loc) · 738 Bytes
/
fbintf.pas
File metadata and controls
21 lines (16 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit fbintf;
{$warn 5023 off : no warning about unused units}
interface
uses
IB, FBClientAPI, FB25ClientAPI, FBMessages, FB25Transaction, FB25Attachment,
FB25Blob, IBExternals, IBErrorCodes, FB25Events, IBUtils, FB25Statement,
FB25Services, FB25Array, FBActivityMonitor, FBOutputBlock, FBParamBlock,
FBSQLData, FB30ClientAPI, FB30Attachment, FB30Transaction, FBTransaction,
FB30Blob, FB30Array, FB30Statement, FB30Events, FB30Services, FBEvents,
FBBlob, FBAttachment, FBStatement, FBServices, FBClientLib, FBNumeric,
FB30TimeZoneServices, IBHeader, FirebirdOOAPI;
implementation
end.