Interface IRemapping

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type IRemapping = interface(IInterface)

Description

A remapping of original source files and their translated files. Implemented by TRemapping.

Attributes
GUID['{7F1E48C4-2937-4BDE-AF40-E4980B08043D}']

Hierarchy

  • IInterface
  • IRemapping

Overview

Methods

Public function GetCount: Integer;
Public function GetOriginalFilename(const AIndex: Integer): String;
Public function GetAssociatedFilename(const AIndex: Integer): String;
Public function GetHandle: TCXRemapping;

Properties

Public property Count: Integer read GetCount;
Public property OriginalFilenames[constAIndex:Integer]: String read GetOriginalFilename;
Public property AssociatedFilenames[constAIndex:Integer]: String read GetAssociatedFilename;
Public property Handle: TCXRemapping read GetHandle;

Description

Methods

Public function GetCount: Integer;
 
Public function GetOriginalFilename(const AIndex: Integer): String;
 
Public function GetAssociatedFilename(const AIndex: Integer): String;
 
Public function GetHandle: TCXRemapping;
 

Properties

Public property Count: Integer read GetCount;

The number of remappings.

Public property OriginalFilenames[constAIndex:Integer]: String read GetOriginalFilename;

The original filenames from the remapping.

Public property AssociatedFilenames[constAIndex:Integer]: String read GetAssociatedFilename;

The associated filename from the remapping.

Public property Handle: TCXRemapping read GetHandle;

Internal handle to C API


Generated by PasDocEx, based on PasDoc 0.14.0.