Difference between revisions of "TPOP3Connection"
From Ultibo.org
(Created page with "Return to Unit POP3 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 34: | Line 34: | ||
|colspan="2"| | |colspan="2"| | ||
|- | |- | ||
− | | <code> | + | | <code>FLock:TCriticalSectionHandle;</code> |
| | | | ||
|- | |- | ||
Line 88: | Line 88: | ||
|colspan="2"| | |colspan="2"| | ||
|- | |- | ||
− | | <code>procedure SetHandle(AHandle: | + | | <code>procedure SetHandle(AHandle:THandle);</code> |
| | | | ||
|- | |- | ||
Line 276: | Line 276: | ||
<br /> | <br /> | ||
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 0px; padding-bottom: 15px;"> | ||
− | <pre style="border: 0; padding-bottom:0px;">procedure TPOP3Connection.SetHandle(AHandle: | + | <pre style="border: 0; padding-bottom:0px;">procedure TPOP3Connection.SetHandle(AHandle:THandle);</pre> |
<div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | <div style="font-size: 14px; padding-left: 12px;">'''Description:''' To be documented</div> | ||
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> |
Latest revision as of 05:25, 15 June 2021
Return to Unit POP3
Description
To be documented
Class definitions
[Expand]
TPOP3Connection = class(TListObject)
Function declarations
[Expand]
procedure TPOP3Connection.SetRxByteCount(const ARxByteCount:Int64);
Description: To be documented
[Expand]
procedure TPOP3Connection.SetTxByteCount(const ATxByteCount:Int64);
Description: To be documented
[Expand]
procedure TPOP3Connection.SetRequestCount(const ARequestCount:Int64);
Description: To be documented
[Expand]
procedure TPOP3Connection.SetReplyCount(const AReplyCount:Int64);
Description: To be documented
[Expand]
procedure TPOP3Connection.SetRequestTime(const ARequestTime:TDateTime);
Description: To be documented
[Expand]
procedure TPOP3Connection.SetReplyTime(const AReplyTime:TDateTime);
Description: To be documented
[Expand]
procedure TPOP3Connection.SetRemoteAddress(const ARemoteAddress:String);
Description: To be documented
[Expand]
procedure TPOP3Connection.SetUsername(const AUsername:String);
Description: To be documented
[Expand]
procedure TPOP3Connection.SetPassword(const APassword:String);
Description: To be documented
[Expand]
procedure TPOP3Connection.SetTimestamp(const ATimestamp:String);
Description: To be documented
[Expand]
procedure TPOP3Connection.IncrementRxByteCount(const ARxByteCount:Int64);
Description: To be documented
[Expand]
procedure TPOP3Connection.IncrementTxByteCount(const ATxByteCount:Int64);
Description: To be documented
Return to Unit Reference