Method procedure VLAxisCapture.TVLAxisCapture.Start()

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: TVLAxisCapture

Contents

Syntax

Delphi:

procedure Start();

C++ Builder:

void __fastcall Start();

Visual C++ (MFC):

void Start();

Summary

Starts the Axis capture.

Description

Call this method start the Axis capture.


Delphi example:

VLAxisCapture1.Start;

C++ Builder example:

VLAxisCapture1->Start();

Visual C++(MFC/Win32 API) example:

VLAxisCapture1.Start();

Visual C++/CLI example:

axisCapture1->Start();

C# Example:

axisCapture1.Start();

VB Example:

AxisCapture1.Start

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox