TSignalMarkTool::TimeFormat Property

__property System::UnicodeString TimeFormat = {read = FTimeFormat, write = SetTimeFormat};

Defines the time label number format.

Read: System::UnicodeString FTimeFormat;
Write: void SetTimeFormat(const System::UnicodeString Value);
Remarks:

Defines the number format (like: 0.0##) used to format the time value displayed for the marked peak.

Declared in Dew::Signal::Controls::VCL::TSignalMarkTool · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only