Difference between revisions of "TCDFSDiskDescriptor"
From Ultibo.org
(Created page with "Return to Unit CDFS __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...") |
(No difference)
|
Latest revision as of 00:51, 1 May 2018
Return to Unit CDFS
Description
To be documented
Class definitions
[Expand]
TCDFSDiskDescriptor = class(TListObject)
Function declarations
[Expand]
constructor TCDFSDiskDescriptor.Create(ALocalLock:TMutexHandle);
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetStandardIdentifier(const AStandardIdentifier:String);
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetSystemIdentifier(const ASystemIdentifier:String);
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetVolumeIdentifier(const AVolumeIdentifier:String);
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetVolumeSetIdentifier(const AVolumeSetIdentifier:String);
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetPublisherIdentifier(const APublisherIdentifier:String);
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetPreparerIdentifier(const APreparerIdentifier:String);
Description: To be documented
[Expand]
function TCDFSDiskDescriptor.GetApplicationIdentifier:String;
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetApplicationIdentifier(const AApplicationIdentifier:String);
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetCopyrightIdentifier(const ACopyrightIdentifier:String);
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetAbstractIdentifier(const AAbstractIdentifier:String);
Description: To be documented
[Expand]
function TCDFSDiskDescriptor.GetBibliographicIdentifier:String;
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetBibliographicIdentifier(const ABibliographicIdentifier:String);
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetBootIdentifier(const ABootIdentifier:String);
Description: To be documented
[Expand]
procedure TCDFSDiskDescriptor.SetPartitionIdentifier(const APartitionIdentifier:String);
Description: To be documented
Return to Unit Reference