|
This property allows you to get and set the mode of add procedure if it is added an existing file or created an instance with new file.
Property get:
AddMode = Mode ( );
Return: (AddMode) AddMode |
The mode of add procedure. |
Property set:
Mode( AddMode );
Input: (AddMode) AddMode |
The mode of add procedure. |
|