Class TLazResourceEntry

Unit

Declaration

type TLazResourceEntry = class(TMultiFileEntry)

Description

Entry in a Lazarus resource

Hierarchy

Overview

Fields

Protected FContent: TStream;
Protected FName: utf8string;
Protected FValueType: utf8string;

Methods

Public constructor Create(AContainer: TMultiFileContainer; AName: utf8string; AValueType: utf8string; AContent: TStream);
Public destructor Destroy; override;
Public function CopyTo(ADestination: TStream): int64; override;
Public function GetStream: TStream; override;
Protected function GetExtension: utf8string; override;
Protected function GetFileSize: int64; override;
Protected function GetName: utf8string; override;
Protected procedure SetName(AValue: utf8string); override;

Description

Fields

Protected FContent: TStream;

This item has no description.

Protected FName: utf8string;

This item has no description.

Protected FValueType: utf8string;

This item has no description.

Methods

Public constructor Create(AContainer: TMultiFileContainer; AName: utf8string; AValueType: utf8string; AContent: TStream);

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function CopyTo(ADestination: TStream): int64; override;

This item has no description.

Public function GetStream: TStream; override;

This item has no description.

Protected function GetExtension: utf8string; override;

This item has no description.

Protected function GetFileSize: int64; override;

This item has no description.

Protected function GetName: utf8string; override;

This item has no description.

Protected procedure SetName(AValue: utf8string); override;

This item has no description.