Record TEntryFilename
Unit
Declaration
type TEntryFilename = record
Description
Filename for an entry in a multifile container
Overview
Methods
class operator =(const AValue1,AValue2: TEntryFilename): boolean; |
Properties
property Extension: utf8string read FExtension write SetExtension; |
|
property Filename: utf8string read GetFilename write SetFilename; |
|
property IsEmpty: boolean read GetIsEmpty; |
|
property Name: utf8string read FName write SetName; |
Description
Methods
class operator =(const AValue1,AValue2: TEntryFilename): boolean; |
|
This item has no description. |
Properties
property Extension: utf8string read FExtension write SetExtension; |
|
This item has no description. |
property Filename: utf8string read GetFilename write SetFilename; |
|
This item has no description. |
property IsEmpty: boolean read GetIsEmpty; |
|
This item has no description. |
property Name: utf8string read FName write SetName; |
|
This item has no description. |