TFATDiskTable

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

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

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