Declaration

function AddFile(const aExtension: string; aBlockSize: TnxBlockSize; const aDesc: string = ''; aClass: TnxFileDescriptorClass = nil): TnxFileDescriptor;

 
Description

This function adds a new instance of a File Descriptor to the data dictionary and returns the newly created Instance.

 
Parameters

const aExtension: string

the file extension to use.

aBlockSize: TnxBlockSize

the block size for the new File Descriptor

const aDesc: string = ''

a human readable description

aClass: TnxFileDescriptorClass = nil

the class of the instance to be created

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxDataDictionary