Difference between revisions of "TFATDiskTable"

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

Latest revision as of 04:18, 3 May 2018

Return to Unit FATFS


Description


To be documented

Class definitions



TFATDiskTable = class(TDiskTable)

Note: Represents a FAT table.
 
private
FStartSector:LongWord;  
FSectorCount:LongWord;  
public
property StartSector:LongWord read FStartSector write FStartSector;  
property SectorCount:LongWord read FSectorCount write FSectorCount;  


Function declarations


None defined


Return to Unit Reference