Table of Contents

TIDEEngine.Files Property

Gets the collection of all files belonging to the current project.

Remarks

Contains a collection of all the files belonging to the current project. A file might be visible (in the ide) and/or active (selected, when visible), and Engine component uses the list of files to do several things

Syntax

Unit: IDEMain

property TIDEEngine.Files: TIDEProjectFiles

See also