[Overview][Constants][Types][Classes][Procedures and functions][Index] |
File extensions considered to be a Pascal source, project or package file.
Source position: fileutil.pas line 221
const PascalSourceExt: array [1..6] of string = ('.pas', '.pp', '.p', '.lpr', '.dpr', '.dpk'); |
PascalSourceExt is an array constant which contains the file extensions (including the initial '.') used for Pascal source code files. Similar to PascalFileExt, but includes extensions used for project and package files.
|
File extensions used for Pascal source code files. |
Version 4.0 | Generated 2025-05-03 | Home |