Method function SLWaterfall.TSLBasicWaterfallData.GetData() : TSLRealBufferArray
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLBasicWaterfallData
Contents |
Syntax
Delphi:
function GetData() : TSLRealBufferArray;
C++ Builder:
TSLRealBufferArray __fastcall GetData();
Visual C++ (MFC):
CTSLRealBufferArray GetData();
Summary
Returns the data buffers.
Description
Use this property to obtain the current data buffers from the component the Data object belongs to, such as TSLWaterfall or TPLMultiWaterfallChannel.
This method will return the buffers sent to the component. Those buffers will not always match the buffers currently seen on the screen if the component is on hold. To obtain the currently displayed buffers, use the GetDrawData method instead.