Property MLDMOSupport.TMLDMOBasicEnvelopeItem.Length
From Mitov Wiki Doc
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: TMLDMOBasicEnvelopeItem
Contents |
Syntax
Delphi:
property Length : Int64 read FLength write SetLength default 10000000;
C++ Builder:
__property __int64 Length = { read=FLength, write=SetLength, default=10000000 };
Summary
Specifies the length of the envelope item in 100-nanosecond units.
Description
Set this property to specify the desired length of the
envelope item in 100-nanosecond units.