TIDEFileType Enumeration
Enumerates the types of files that can exist in a script project.
Remarks
TIDEFileType enumerates the types of files which exist in a script project. iftScript - The file is script (.pas, .bas, etc.). Contains the script source code. iftForm - The file is a form resource. Contains the form data in string format. iftProject - The file is project main file. Contains the list of project files and some other project options.
Syntax
Unit: IDEMain
Members
| Name | Value | Description |
|---|---|---|
| iftScript | 0 | |
| iftForm | 1 | |
| iftProject | 2 |