__declspec(property(get = GetAutoFileFormat, put = SetAutoFileFormat)) bool AutoFileFormat;
If True, the file format will be automatically determined from the file name extension.
Read:
bool GetAutoFileFormat();Write:
void SetAutoFileFormat(const bool Value);Remarks:
File name is stored in the FileName property. Recognized file extensions are: dat, asc, sfs, sgl, bin, dbn, wav, raw, pcm.
Declared in Dew::Signal::TFileStorage · Dew.Signal/FileSignal.h · Cross-compiler