Enumerations |
|
| enum | siTextEditorCapability { siNoSaveLoad = 0, siCanSave = 0x00000002, siCanLoad = 0x00000004 } |
| enum siTextEditorCapability |
| siNoSaveLoad | [0] Disables the following options in the File menu: New, Open, Save, Save As, Save Selection. |
| siCanSave | [0x00000002] Disables the following options in the File menu: Save, Save As, Save Selection. |
| siCanLoad | [0x00000004] Disables the following options in the File menu: New, Open. |