×
Menu
Index

Functions tab

 

Introduction

The Functions tab contains all Functions used by the chosen Product. Every Function can be replaced or merged by another Function to make your new Alias Function differ from the Base Product. All Functions shown in green al changed in the Alias. After a doubleclick the Alias item dialog appears.
 
 

Replace

Using Replace the chosen Function will be replaced by another Function.
 

Extend

Using Extend the chosen Function will be expanded with another Function.
 

Merge

Using Merge the chosen Function will be merged with another Function. To understand what Merge exactly does, you have to know Pre- en PostEvents.
Suppose we use Extend (see above). In that case the Functions are used as follows (A is the original, B is the new Function).
 
PreEventA
FunctionA
PostEventA
PreEventB
FunctionB
PostEventB
 
In case we chose for Merge, it is:
 
PreEventB
PreEventA
FunctionA
FunctionB
PostEventA
PostEventB
 

Ignore

Chosing Ignore, the Function will not be executed.
 

Configuration

Chose the Configuration that contains your new Function.
 

Function

Chose the new Function from the selected Configuration.
 

Delete Alias item

By checking this an existing Alias item for this Function will be removed.
 

Valid Conditions

Doubleclick this to create an Expression that enables / disables this Alias item.