__declspec(property(get = GetLoop, put = SetLoop)) bool Loop;
If true, looping will be enabled.
Read:
bool GetLoop();Write:
void SetLoop(const bool Value);Remarks:
If True, consecutive calls to NextFrame will reset to the record position of the first frame, once the end of the current record or selection is reached.
Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler