__declspec(property(get = GetReFormat, put = SetReFormat)) DewString ReFormat;
Number format definition for text file formats.
Read:
DewString GetReFormat();Write:
void SetReFormat(const DewString &Value);Remarks:
Specifies the number format of the real part of the complex number for the text file formats. To use default (general floating point) formatting, leave this property empty.
Declared in Dew::Signal::TSignalWrite · Dew.Signal/FileSignal.h · Cross-compiler