Interface ISourceRangeList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type ISourceRangeList = interface(IInterface)

Description

A list of source ranges

Attributes
GUID['{60F53CC7-F1AE-48E7-8C79-A07499FAAED2}']

Hierarchy

  • IInterface
  • ISourceRangeList

Overview

Methods

Public function GetCount: Integer;
Public function GetRange(const AIndex: Integer): TSourceRange;
Public function GetHandle: PCXSourceRangeList;

Properties

Public property Count: Integer read GetCount;
Public property Ranges[constAIndex:Integer]: TSourceRange read GetRange;
Public property Handle: PCXSourceRangeList read GetHandle;

Description

Methods

Public function GetCount: Integer;
 
Public function GetRange(const AIndex: Integer): TSourceRange;
 
Public function GetHandle: PCXSourceRangeList;
 

Properties

Public property Count: Integer read GetCount;

Number of ranges

Public property Ranges[constAIndex:Integer]: TSourceRange read GetRange;

Ranges

Public property Handle: PCXSourceRangeList read GetHandle;

Internal handle to C API


Generated by PasDocEx, based on PasDoc 0.14.0.