Property TLClockGen.TTLClockGen.Rate

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

Contents

Syntax

Delphi:

property Rate : Single read FRate write SetRate default 30;

C++ Builder:

__property float Rate = { read=FRate, write=SetRate, default=30 };

Summary

Specifies the clock rate for the generator.

Description

Use this property to specify the desired clock rate for the generator.


Delphi example:

TLClockGen1.Rate := 30;

C++ Builder example:

TLClockGen1->Rate = 30;

Visual C++(MFC/Win32) example:

TLClockGen1.Rate = 30;

Visual C++/CLI example:

clockGen1->Rate = 30;

C# Example:

clockGen1.Rate = 30;

VB example:

ClockGen1.Rate = 30

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox