Method procedure VLDSImageDisplay.TVLDSImageDisplay.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: TVLDSImageDisplay

Contents

Syntax

Delphi:

procedure Clear();

C++ Builder:

void __fastcall Clear();

Visual C++ (MFC):

void Clear();

Summary

Clears the Display.

Description

Use this property to clear the display.


Delphi example:

VLDSImageDisplay1.Clear;

C++ Builder example:

VLDSImageDisplay1->Clear();

Visual C++(MFC) example:

VLDSImageDisplay1.Clear();

Visual C++/CLI example:

dsImageDisplay1->Stop();

C# Example:

dsImageDisplay1.Clear();

VB Example:

DSImageDisplay1.Stop

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox