record TIdxIncludedFileInfo

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIdxIncludedFileInfo = record

Description

Data for the IIndexerListener.IncludedFile callback

Overview

Properties

property HashLoc: TIdxLoc read GetHashLoc;
property Filename: String read GetFilename;
property IncludedFile: TFile read GetIncludedFile;
property IsImport: Boolean read GetIsImport;
property IsAngled: Boolean read GetIsAngled;
property IsModuleImport: Boolean read GetIsModuleImport;
property Handle: PCXIdxIncludedFileInfo read FHandle;

Description

Properties

property HashLoc: TIdxLoc read GetHashLoc;

Location of '#' in the #include/#import directive.

property Filename: String read GetFilename;

Filename as written in the #include/#import directive.

property IncludedFile: TFile read GetIncludedFile;

The actual file that the #include/#import directive resolved to.

property IsImport: Boolean read GetIsImport;
 
property IsAngled: Boolean read GetIsAngled;
 
property IsModuleImport: Boolean read GetIsModuleImport;

True if the directive was automatically turned into a module import.

property Handle: PCXIdxIncludedFileInfo read FHandle;

Internal handle to C API


Generated by PasDocEx, based on PasDoc 0.14.0.