Role: This interface is implemented by a component which represents the controller of the general settings.
Properties
- Property AutoSave() As
- Returns the data save parameter.
- Property Conferencing() As
- Returns the conference driver parameter.
- Property DragDrop() As
- Returns the drag & drop parameter.
- Property RefDoc() As
- Returns the referenced documents parameter.
- Property TimeRoll() As
- Returns the data save parameter (in milliseconds).
- Property UIStyle() As
- Returns the user interface style parameter.
Methods
- Func GetAutoSaveInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the data save parameter.
Role:Retrieves the state of the data save parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Func GetConferencingInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the conference driver parameter.
Role:Retrieves the state of the conference driver parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Func GetDragDropInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the drag & drop parameter.
Role:Retrieves the state of the drag & drop parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Func GetRefDocInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the referenced documents parameter.
Role:Retrieves the state of the referenced documents parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Func GetUIStyleInfo( ioAdminLevel, ioLocked) As
-
Retrieves environment informations for the user interface style parameter.
Role:Retrieves the state of the user interface style parameter in the current environment.- Parameters:
-
- ioAdminLevel
-
If the parameter is locked, AdminLevel gives the administration level that imposes the value of the parameter.
If the parameter is not locked, AdminLevel gives the administration level that will give the value of the parameter after a reset. dd> - ioLocked
- Indicates if the parameter has been locked. dd>
- Returns:
- Indicates if the parameter has been explicitly modified or remain to the administrated value. dd>
- Sub SetAutoSaveLock( iLocked)
-
Locks or unlocks the data save parameter.
Role:Locks or unlocks the data save parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>
- Sub SetConferencingLock( iLocked)
-
Locks or unlocks the conference driver parameter.
Role:Locks or unlocks the conference driver parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>
- Sub SetDragDropLock( iLocked)
-
Locks or unlocks the drag & drop parameter.
Role:Locks or unlocks the drag & drop parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>
- Sub SetRefDocLock( iLocked)
-
Locks or unlocks the referenced documents parameter.
Role:Locks or unlocks the referenced documents parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>
- Sub SetUIStyleLock( iLocked)
-
Locks or unlocks the user interface style parameter.
Role:Locks or unlocks the user interface style parameter if it is possible in the current administrative context. In user mode this method will always return E_FAIL.- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
TRUE : to lock the parameter.
FALSE: to unlock the parameter. dd>