Class TRemapping

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRemapping = class(TInterfacedObject, IRemapping)

Description

Implements IRemapping

Hierarchy

  • TInterfacedObject
  • TRemapping

Overview

Methods

Public constructor Create(const AHandle: TCXRemapping); overload;
Public class function Create(const APath: String): IRemapping; overload; static;
Public class function Create(const AFilePaths: array of String): IRemapping; overload; static;
Public destructor Destroy; override;

Description

Methods

Public constructor Create(const AHandle: TCXRemapping); overload;
 
Public class function Create(const APath: String): IRemapping; overload; static;

Retrieve a remapping.

Parameters
APath
the path that contains metadata about remappings.
Returns

The requested remapping. Can return nil if an error occurred.

Public class function Create(const AFilePaths: array of String): IRemapping; overload; static;

Retrieve a remapping.

Parameters
AFilePaths
array of file paths containing remapping info.
Returns

The requested remapping. Can return nil if an error occurred.

Public destructor Destroy; override;
 

Generated by PasDocEx, based on PasDoc 0.14.0.