Class MLWMFBaseComponent.TMLASFPublishingPoints
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 38: | Line 38: | ||
=== Public === | === Public === | ||
*[[Property MLWMFBaseComponent.TMLASFPublishingPoints.Items|Items]] - Access to individual [[Class MLWMFBaseComponent.TMLASFPublishingPoint|TMLASFPublishingPoint]]. | *[[Property MLWMFBaseComponent.TMLASFPublishingPoints.Items|Items]] - Access to individual [[Class MLWMFBaseComponent.TMLASFPublishingPoint|TMLASFPublishingPoint]]. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function MLWMFBaseComponent.TMLASFPublishingPoints.Add() : TMLASFPublishingPoint|function Add() : TMLASFPublishingPoint]] - Adds a new envelope item to the collection. | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 17:19, 18 October 2012
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.
Package: AudioLabBasicPkg
Unit: MLWMFBaseComponent
Inherits: TLPCollection
Contents |
Syntax
Delphi:
type TMLASFPublishingPoints = class( TLPCollection )
C++ Builder:
class TMLASFPublishingPoints : public TLPCollection
Visual C++ (MFC):
class CTMLASFPublishingPoints : public CTLPCollection
C# (.NET):
public ref class TMLASFPublishingPoints : Vcl.VclCollectionProperty
Summary
Collection of publishing point settings.
Description
Defines a collection of publishing point settings.
Properties
Public
- Items - Access to individual TMLASFPublishingPoint.
Methods
Public
- function Add() : TMLASFPublishingPoint - Adds a new envelope item to the collection.