TSignalRead::FileFormat Property

__declspec(property(get = GetFileFormat, put = SetFileFormat)) TFileFormat FileFormat;

Defines the format of the file, if AutoFileFormat property is False.

Read: TFileFormat GetFileFormat();
Write: void SetFileFormat(const TFileFormat Value);
Declared in Dew::Signal::TFileStorage · Dew.Signal/FileSignal.h · Cross-compiler