Record TEntryFilename

Unit

Declaration

type TEntryFilename = record

Description

Filename for an entry in a multifile container

Overview

Methods

Public class operator =(const AValue1,AValue2: TEntryFilename): boolean;

Properties

Public property Extension: utf8string read FExtension write SetExtension;
Public property Filename: utf8string read GetFilename write SetFilename;
Public property IsEmpty: boolean read GetIsEmpty;
Public property Name: utf8string read FName write SetName;

Description

Methods

Public class operator =(const AValue1,AValue2: TEntryFilename): boolean;

This item has no description.

Properties

Public property Extension: utf8string read FExtension write SetExtension;

This item has no description.

Public property Filename: utf8string read GetFilename write SetFilename;

This item has no description.

Public property IsEmpty: boolean read GetIsEmpty;

This item has no description.

Public property Name: utf8string read FName write SetName;

This item has no description.