Difference between revisions of "TPOP3Buffer"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit POP3 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")
 
(No difference)

Latest revision as of 01:40, 25 May 2018

Return to Unit POP3


Description


To be documented

Class definitions



[Expand]

TPOP3Buffer = class(TObject)


Function declarations



[Expand]
constructor TPOP3Buffer.Create(ASize:LongWord);
Description: To be documented


[Expand]
destructor TPOP3Buffer.Destroy;
Description: To be documented


[Expand]
function TPOP3Buffer.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TPOP3Buffer.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function TPOP3Buffer.GetCount:LongWord;
Description: To be documented


[Expand]
function TPOP3Buffer.ReadData:Char;
Description: To be documented


[Expand]
function TPOP3Buffer.WriteData(AChar:Char):Boolean;
Description: To be documented


[Expand]
function TPOP3Buffer.WriteLock(var ASize:LongWord):Pointer;
Description: Lock the buffer and return a pointer to the next write


[Expand]
function TPOP3Buffer.WriteUnlock(ACount:LongWord):Boolean;
Description: To be documented


Return to Unit Reference