Unit 'IdDICT' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdDICT

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdDICT.pas line 73

type TIdDICT = class(TIdTCPClient)

protected

  FTryMIME: Boolean;

  

  FAuthType: TIdDICTAuthenticationType;

  

  FSASLMechanisms: TIdSASLEntries;

  

  FServer: string;

  

  FClient: string;

  

  FCapabilities: TStrings;

  

  procedure InitComponent; override;

  

  function IsCapaSupported();

  

  procedure SetClient();

  

  procedure InternalGetList();

  

  procedure InternalGetStrs();

  

public

  destructor Destroy; override;

  

  procedure Connect; override;

  

  procedure DisconnectNotifyPeer; override;

  

  procedure GetDictInfo();

  

  procedure GetSvrInfo();

  

  procedure GetDBList();

  

  procedure GetStrategyList();

  

  procedure Define();

  

  procedure Match();

  

  property Capabilities: TStrings; [r]

  

  property Server: string; [r]

  

published

  property TryMIME: Boolean; [rw]

  

  property Client: string; [rw]

  

  property AuthType: TIdDICTAuthenticationType; [rw]

  

  property SASLMechanisms: TIdSASLEntries; [rw]

  

  property Port: TIdPort;

  

  property Username: string;

  

  property Password: string;

  

end;

Inheritance

TIdDICT

  

|

TIdTCPClient

  

|

TIdTCPClientCustom

  

|

TIdTCPConnection

  

|

TIdComponent

  

|

TIdBaseComponent

  

|

TIdInitializerComponent

  

|

TObject



CT Web help

CodeTyphon Studio