Method function VLDMOEffect.TVLDMOEffect.ShowDmoSelectDialog() : Boolean

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:

function ShowDmoSelectDialog() : Boolean;

C++ Builder:

bool __fastcall ShowDmoSelectDialog();

Visual C++ (MFC):

bool ShowDmoSelectDialog();

Summary

Shows DMO Effect selection dialog.

Description

Call this method to show DMO Effect selection dialog.

The dialog will give the user option to select a DMO effect to be performed by the filter.


Delphi example:

ALDMOEffect.ShowDmoSelectDialog;

C++ Builder example:

ALDMOEffect->ShowDmoSelectDialog();

Visual C++(MFC) example:

ALDMOEffect.ShowDmoSelectDialog();

C# example:

dmoEffect.ShowDmoSelectDialog();

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox