Property VLDMOEffect.TVLDMOEffect.DMOName

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

Contents

Syntax

Delphi:

property DMOName : String read GetDmoName write SetDmoName;

C++ Builder:

__property String DMOName = { read=GetDmoName, write=SetDmoName };

Summary

User Friendly Name of the DMO effect to be used.

Description

Use this property to specify the user Friendly Name of the DMO effect to be used.


Delphi example:

VLDMOEffect1.DMOName := 'SomeDMOFilter';

C++ Builder example:

VLDMOEffect1->DMOName = "SomeDMOFilter";

Visual C++(MFC) example:

VLDMOEffect1.DMOName = "SomeDMOFilter";

Visual C++/CLI example:

dmoEffect1->DMOName = "SomeDMOFilter";

C# example:

dmoEffect1.DMOName = "SomeDMOFilter";

VB example:

DMOEffect1.DMOName = "SomeDMOFilter"

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox