Method procedure SLWaterfall.TSLBasicWaterfallData.SetData(Cardinal;PWord;Integer)

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)

Latest revision as of 00:20, 22 November 2011

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:

procedure SetData( AIndex : Cardinal, ABuffer : PWord, ASize : Integer );

C++ Builder:

void __fastcall SetData( unsigned int AIndex, PWord ABuffer, int ASize );

Visual C++ (MFC):

void SetData( unsigned int AIndex, const unsigned short * ABuffer, int ASize );

Summary

Sets unsigned short (Word) data buffer to the waterfall.

Description

Use this method to set unsigned short (Word) data buffer to the waterfall at specified position.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox