Method function ALDMOEffect.TALDMOEffect.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: TALDMOEffect

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/Win32) example:

ALDMOEffect.ShowDmoSelectDialog();

Visual C++/CLI example:

dmoEffect->ShowDmoSelectDialog();

C# Example:

dmoEffect.ShowDmoSelectDialog();

VB Example:

DmoEffect.ShowDmoSelectDialog

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox