TSignalBrowse::Data Property

__declspec(property(get = GetData, put = SetData)) TVec*Data;

Holds the result of the overview request triggered by setting the RecordPosition.

Read: TVec *GetData();
Write: void SetData(TVec *Value);
Declared in Dew::Signal::TSignalBrowse · Dew.Signal/FileSignal.h · Cross-compiler