[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lsmtp.pp line 88
type TLSMTP = class(TLComponent) |
||
protected |
||
|
||
FFeatureList: TStringList; |
|
|
function GetTimeout; |
|
|
procedure SetTimeout(); |
|
|
function GetSession; |
|
|
procedure SetSession(); |
|
|
procedure SetCreator(); override; |
|
|
function GetConnected; |
|
|
function GetSocketClass; |
|
|
procedure SetSocketClass(); |
|
|
function GetEventer; |
|
|
procedure SetEventer(); |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
function HasFeature(); |
|
|
property Connected: Boolean; [r] |
|
|
property Connection: TLTcp; [r] |
|
|
property SocketClass: TLSocketClass; [rw] |
|
|
|
||
property Timeout: Integer; [rw] |
|
|
|
||
property FeatureList: TStringList; [r] |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject,ILComponent |
CT Web help |
CodeTyphon Studio |