Method procedure SLScope.TSLDisplayZoneChannelLinkData.GetDrawDataIndexes(PCardinal)
From Mitov Wiki Doc
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: TSLDisplayZoneChannelLinkData
Contents |
Syntax
Delphi:
procedure GetDrawDataIndexes( AIndexes : PCardinal );
C++ Builder:
void __fastcall GetDrawDataIndexes( PCardinal AIndexes );
Visual C++ (MFC):
void GetDrawDataIndexes( unsigned int * AIndexes );
Summary
Returns the drawn indexes of the points from the channel in the zone.
Description
Call this method to get the drawn indexes of the points from the channel in the zone.
The latest data may not be displayed yet on the scope if the scope is on Hold or have not been refreshed.
Call the GetDataIndexes to get the indexes of the points in the latest data.