Interface IModuleMapDescriptor

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type IModuleMapDescriptor = interface(IInterface)

Description

Object encapsulating information about a module.map file.

Attributes
GUID['{4A0E063B-1438-4D74-90CC-54A7B5C80C85}']

Hierarchy

  • IInterface
  • IModuleMapDescriptor

Overview

Methods

Public function GetHandle: TCXModuleMapDescriptor;
Public function SetFrameworkModuleName(const AName: String): TError;
Public function SetUmbrellaHeader(const AName: String): TError;
Public function WriteToBuffer(out ABuffer: TBytes): TError;

Properties

Public property Handle: TCXModuleMapDescriptor read GetHandle;

Description

Methods

Public function GetHandle: TCXModuleMapDescriptor;
 
Public function SetFrameworkModuleName(const AName: String): TError;

Sets the framework module name that the module.map describes.

Public function SetUmbrellaHeader(const AName: String): TError;

Sets the umbrealla header name that the module.map describes.

Public function WriteToBuffer(out ABuffer: TBytes): TError;

Write out the descriptor object to a byte buffer.

Properties

Public property Handle: TCXModuleMapDescriptor read GetHandle;

Internal handle to C API


Generated by PasDocEx, based on PasDoc 0.14.0.