📄 midas_tlb.pas
字号:
unit Midas_TLB;
// ************************************************************************ //
// WArNING
// -------
// The Types declAred in this file were generated from data reAd from a
// Type Library. If this Type Library is explicitly or indirectly (via
// anOther Type Library referring to this Type Library) re-Imported, or the
// 'Refresh' command of the Type Library Editor activated while editing the
// Type Library, the contents of this file will be regenerated and all
// manual modifications will be lost.
// ************************************************************************ //
// PASTLWTR : $Revision: 1.88.1.0.1.0 $
// File generated on 2001-6-14 15:06:33 from Type Library DESCribed below.
// ************************************************************************ //
// Type Lib: D:\WINNT\System32\midas.dll (1)
// IID\LCID: {83F57D68-CA9A-11D2-9088-00C04FA35CFA}\0
// Helpfile:
// DepndLst:
// (1) v2.0 stdole, (D:\WINNT\System32\stdole2.tlb)
// Parent TypeLibrary:
// (0) v1.0 ExtMrpmdl, (E:\Client\ExtMrpmdl.tlb)
// ************************************************************************ //
{$TypeDAdDRESS OFF} // Unit must be compiled without Type-checked pointers.
Interface
uses Windows, ActiveX, Classes, Graphics, OleServer, OleCtrls, StdVCL;
// *********************************************************************//
// GUIDS declAred in the TypeLibrary. Following prefixes Are used:
// Type LibrAries : LIBID_xxxx
// CoClasses : Class_xxxx
// DISPInterfaces : DIID_xxxx
// Non-DISP Interfaces: IID_xxxx
// *********************************************************************//
const
// TypeLibrary Major and minor versions
MidasMajorVersion = 1;
MidasMinorVersion = 0;
LIBID_Midas: TGUID = '{83F57D68-CA9A-11D2-9088-00C04FA35CFA}';
IID_IAppServer: TGUID = '{1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}';
Type
// *********************************************************************//
// ForwArd declAration of Types Defined in TypeLibrary
// *********************************************************************//
IAppServer = Interface;
IAppServerDisp = dispInterface;
// *********************************************************************//
// Interface: IAppServer
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}
// *********************************************************************//
IAppServer = Interface(IDispatch)
['{1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}']
function AS_ApplyUpdates(const ProviderName: WideString; Delta: Olevariant;
MaxErrors: Integer; out ErrorCount: Integer; var OwnerData: Olevariant): Olevariant; safecall;
function AS_GetRecords(const ProviderName: WideString; Count: Integer; out RecsOut: Integer;
Options: Integer; const CommandText: WideString;
var Params: Olevariant; var OwnerData: Olevariant): Olevariant; safecall;
function AS_DatARequest(const ProviderName: WideString; Data: Olevariant): Olevariant; safecall;
function AS_GetProviderNames: Olevariant; safecall;
function AS_GetParams(const ProviderName: WideString; var OwnerData: Olevariant): Olevariant; safecall;
function AS_RowRequest(const ProviderName: WideString; Row: Olevariant; RequestType: Integer;
var OwnerData: Olevariant): Olevariant; safecall;
procedure AS_Execute(const ProviderName: WideString; const CommandText: WideString;
var Params: Olevariant; var OwnerData: Olevariant); safecall;
end;
// *********************************************************************//
// DispIntf: IAppServerDisp
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}
// *********************************************************************//
IAppServerDisp = dispInterface
['{1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}']
function AS_ApplyUpdates(const ProviderName: WideString; Delta: Olevariant;
MaxErrors: Integer; out ErrorCount: Integer; var OwnerData: Olevariant): Olevariant; dispid 20000000;
function AS_GetRecords(const ProviderName: WideString; Count: Integer; out RecsOut: Integer;
Options: Integer; const CommandText: WideString;
var Params: Olevariant; var OwnerData: Olevariant): Olevariant; dispid 20000001;
function AS_DatARequest(const ProviderName: WideString; Data: Olevariant): Olevariant; dispid 20000002;
function AS_GetProviderNames: Olevariant; dispid 20000003;
function AS_GetParams(const ProviderName: WideString; var OwnerData: Olevariant): Olevariant; dispid 20000004;
function AS_RowRequest(const ProviderName: WideString; Row: Olevariant; RequestType: Integer;
var OwnerData: Olevariant): Olevariant; dispid 20000005;
procedure AS_Execute(const ProviderName: WideString; const CommandText: WideString;
var Params: Olevariant; var OwnerData: Olevariant); dispid 20000006;
end;
implementation
uses ComObj;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -