Method procedure SLWaterfall.TSLBasicWaterfallData.Clear()

From Mitov Wiki Doc
Jump to: navigation, search

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 Clear();

C++ Builder:

void __fastcall Clear();

Visual C++ (MFC):

void Clear();

Summary

Clears the data buffers.

Description

Use this method to clear the data buffers in the component the Data object belongs to, such as TSLWaterfall or TPLMultiWaterfallChannel.


Delphi example:

SLWaterfall1.Data.Clear;

C++ Builder example:

SLWaterfall1->Data->Clear();

Visual C++(MFC/Win32) example:

SLWaterfall1.Data.Clear();

Visual C++/CLI example:

waterfall1->Data->Clear();

C# example:

waterfall1.Data.Clear();

VB example:

Waterfall1.Data.Clear()

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox