TCDFSDiskPath

From Ultibo.org
Revision as of 00:49, 1 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit CDFS __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit CDFS


Description


To be documented

Class definitions



[Expand]

TCDFSDiskPath = class(TListObject)


Function declarations



[Expand]
constructor TCDFSDiskPath.Create(ALocalLock:TMutexHandle);
Description: To be documented


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


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


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


[Expand]
function TCDFSDiskPath.GetName:String;
Description: To be documented


[Expand]
procedure TCDFSDiskPath.SetName(const AName:String);
Description: To be documented


[Expand]
function TCDFSDiskPath.PathIdentifier:String;
Description: To be documented


[Expand]
function TCDFSDiskPath.PathIdentifierSize(AUnicode:Boolean):Byte;
Description: To be documented


[Expand]
function TCDFSDiskPath.PathRecordSize(AUnicode:Boolean):Byte;
Description: To be documented


Return to Unit Reference