FsrmFileScreenManager Interface
Used to manage file screen objects. All methods and properties of the IFsrmFileScreenManager interface are available in this class. To create this object from a script, use the "Fsrm.FsrmFileScreenManager" program identifier.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | ActionVariableDescriptions | Retrieves the descriptions for the macros contained in the IFsrmFileScreenManager.ActionVariables property.(Inherited from IFsrmFileScreenManager.) |
![]() | ActionVariables | Retrieves a list of macros that you can specify in action property values.(Inherited from IFsrmFileScreenManager.) |
| Name | Description | |
|---|---|---|
![]() | CreateFileScreen(String) | Creates a file screen object.(Inherited from IFsrmFileScreenManager.) |
![]() | CreateFileScreenCollection() | Creates an empty collection to which you can add file screens.(Inherited from IFsrmFileScreenManager.) |
![]() | CreateFileScreenException(String) | Creates a file screen exception object.(Inherited from IFsrmFileScreenManager.) |
![]() | EnumFileScreenExceptions(String, _FsrmEnumOptions) | Enumerates the file screen exceptions for the specified directory and its subdirectories.(Inherited from IFsrmFileScreenManager.) |
![]() | EnumFileScreens(String, _FsrmEnumOptions) | Enumerates the file screens for the specified directory and its subdirectories.(Inherited from IFsrmFileScreenManager.) |
![]() | GetFileScreen(String) | Retrieves the specified file screen.(Inherited from IFsrmFileScreenManager.) |
![]() | GetFileScreenException(String) | Retrieves the specified file screen exception.(Inherited from IFsrmFileScreenManager.) |
FSRM implements this class.

