Delphi2CS provides many options for your need. Please change these options by operating the Options GUI.

| A. If you mark it, Delphi2CS will convert the char constant to string, e.g: 'A' to string "A". |
| B. If you don't need to initialize the field value, please don't mark it. |
| C. If you want to convert 'Destroy()' to destructor, please mark it. |
| D. If you want to add a prefix for all of the fields, you may add the prefix here. |
| |
| Hierarchy Stub |
| E. If you want to generate the hierarchy stub, please mark this option. |
| F. If you want to generate the hierarchy stub and don't generate the method body, please mark this option. |
| G. If you want to generate the hierarchy stub and comment the method body, please mark this option. |
| |
| Indexer Properties |
| H. If you mark this option, Delphi2CS will only convert the DEFAULT indexer properties to this[index]. |
| I. If you mark this option, Delphi2CS will convert ALL indexer properties to this[index]. |
| J. If you mark this option, Delphi2CS will remove the NODEFAULT indexer properties, and replace the NODEFAULT properties with their READ/WRITE methods. |
| |
| K. The document of the options |
| L. Save and apply the options |
| M. Cancel the options setting |