代码搜索结果
找到约 10,000 项符合
Automation 的代码
commandandcontrolu.pas
unit CommandAndControlU;
//Uses SAPI 5.1 early bound Automation
interface
uses
ActiveX,
{$ifdef CONDITIONALEXPRESSIONS}
Variants,
{$endif}
Windows, Messages, SysUtils, Classes, Gra
texttospeechu.pas
unit TextToSpeechU;
//Uses SAPI 5.1 early bound Automation
interface
uses
ActiveX,
{$ifdef CONDITIONALEXPRESSIONS}
Variants,
{$endif}
Windows, Messages, SysUtils, Classes, Graphics
continuousdictationu.pas
unit ContinuousDictationU;
//Uses SAPI 5.1 early bound Automation
interface
uses
ActiveX,
{$ifdef CONDITIONALEXPRESSIONS}
Variants,
{$endif}
Windows, Messages, SysUtils, Classes, G
commandandcontrolu.pas
unit CommandAndControlU;
//Uses SAPI 5.1 early bound Automation
interface
uses
ActiveX,
{$ifdef CONDITIONALEXPRESSIONS}
Variants,
{$endif}
Windows, Messages, SysUtils, Classes, Gra
texttospeechu.pas
unit TextToSpeechU;
//Uses SAPI 5.1 early bound Automation
interface
uses
ActiveX,
{$ifdef CONDITIONALEXPRESSIONS}
Variants,
{$endif}
Windows, Messages, SysUtils, Classes, Graphics
continuousdictationu.pas
unit ContinuousDictationU;
//Uses SAPI 5.1 early bound Automation
interface
uses
ActiveX,
{$ifdef CONDITIONALEXPRESSIONS}
Variants,
{$endif}
Windows, Messages, SysUtils, Classes, G
commandandcontrolu.pas
unit CommandAndControlU;
//Uses SAPI 5.1 early bound Automation
interface
uses
ActiveX,
{$ifdef CONDITIONALEXPRESSIONS}
Variants,
{$endif}
Windows, Messages, SysUtils, Classes, Gra
beeper.cpp
/*
* BEEPER.CPP
* Beeper Automation Object #3 Chapter 14
*
* Implementation of the CBeeper class demonstrating the use of
* standard error handling that ties in with ITypeInfo::Invoke
* (a
beeper.cpp
/*
* BEEPER.CPP
* Beeper Automation Object #3 Chapter 14
*
* Implementation of the CBeeper class demonstrating the use of
* standard error handling that ties in with ITypeInfo::Invoke
* (a
autoobj.tex
\section{\class{wxAutomationObject}}\label{wxautomationobject}
The {\bf wxAutomationObject} class represents an OLE automation object containing a single data member,
an IDispatch pointer. It contain