Navigation
Home
Zurück
 
Property
  LineHandle
  LineDeviceID
  AddressID
  BearerMode
  Rate
  MediaMode
  AppSpecific
  CallID
  RelatedCallID
  CallParamFlags
  CallStates
  MonitorDigitModes
  MonitorMediaModes
  DialParams
  Origin
  Reason
  CompletionID
  NumOwners
  NumMonitors
  CountryCode
  Trunk
  CallerIDFlags
  CallerID
  CallerIDName
  CalledIDFlags
  CalledID
  CalledIDName
  ConnectedIDFlags
  ConnectedID
  ConnectedIDName
  RedirectionIDFlags
  RedirectionID
  RedirectionIDName
  RedirectingIDFlags
  RedirectingID
  RedirectingIDName
  AppName
  DisplayableAddress
  CalledParty
  Comment
  Display
  UserUserInfo
  HighLevelComp
  LowLevelComp
  ChargingInfo
  TerminalMode
  DevSpecific
  CallTreatment
  CallData


Beispielprogramm
Liste der Units

Legende
published
Read Only
   

Object TCallInfo

Allgemeines
Unit TAPICall.pas

Ermöglicht der Anwendung Informationen über den aktuellen Anruf zu ermitteln. Die Anwendung wird über CallInfo Ereignisse über Änderungen informiert.
Property
property LineHandle: HLINE read FhLine;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property LineDeviceID:DWord read FLineDeviceID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property AddressID:DWord read FAddressID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas
Die Adress ID auf dieser Leitung, für die der Anruf ausgeführt wird.

 

property BearerMode:TLineBearerMode read FBearerMode;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Rate:DWord read FRate;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property MediaMode:TLineMediaModes read FMediaMode;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property AppSpecific:DWord read FAppSpecific ;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CallID:DWord read FCallID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property RelatedCallID:DWord read FRelatedCallID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CallParamFlags:TLineCallParamFlags read FCallParamFlags;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CallStates:TLineCallStates read FCallStates;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property MonitorDigitModes:TLineDigitModes read FMonitorDigitModes;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property MonitorMediaModes: TLineMediaModes read FMonitorMediaModes;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property DialParams: TLINEDIALPARAMS read FDialParams;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Origin:TLineCallOrigin read FOrigin;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Reason:TLineCallReason read FReason;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CompletionID:DWord read FCompletionID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property NumOwners:DWord read FNumOwners;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property NumMonitors:DWord read FNumMonitors;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CountryCode:DWord read FCountryCode;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Trunk:DWord read FTrunk;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CallerIDFlags:TLineCallPartyID read FCallerIDFlags;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CallerID:String read FCallerID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CallerIDName:String read FCallerIDName;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CalledIDFlags:TLineCallPartyID read FCalledIDFlags;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CalledID:String read FCalledID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CalledIDName:String read FCalledIDName;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property ConnectedIDFlags:TLineCallPartyID read FConnectedIDFlags;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property ConnectedID:String read FConnectedID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property ConnectedIDName:String read FConnectedIDName;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property RedirectionIDFlags:TLineCallPartyID read FRedirectionIDFlags;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property RedirectionID:String read FRedirectionID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property RedirectionIDName:String read FRedirectionIDName;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property RedirectingIDFlags:TLineCallPartyID read FRedirectingIDFlags;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property RedirectingID:String read FRedirectingID;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property RedirectingIDName:String read FRedirectingIDName;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property AppName:String read FAppName;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas
Der Name der Anwendung, welche den Anruf als erste beantwortet, ausgelöst oder akzeptiert hat

 

property DisplayableAddress:String read FDisplayableAddress;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CalledParty:String read FCalledParty;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Comment:String read FComment;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property Display:String read FDisplay;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property UserUserInfo:String read FUserUserInfo;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property HighLevelComp:String read FHighLevelComp;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property LowLevelComp:String read FLowLevelComp;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property ChargingInfo:String read FChargingInfo;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property TerminalMode[Index:Integer]:TLineTermMode read GetTerminalMode;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property DevSpecific:String read FDevSpecific;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CallTreatment:DWord read FCallTreatment;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

property CallData:String read FCallData;
Projekt: 2.0.2 (BETA 3)Compiler Optionen :  
   
Unit TAPICall.pas

 

 
 
 
 
Copyright Jörg Friebel 1999-2002