Classe TMimeTable
Unit
Declaração
type TMimeTable = class(TObject)
Descrição
Hierarquia
- TObject
- TMimeTable
Visão Geral
Campos
![]() |
FLoadTypesFromOS: boolean; |
![]() |
FOnBuildCache: TNotifyEvent; |
![]() |
FMIMEList: TStringList; |
Métodos
![]() |
procedure BuildDefaultCache; virtual; |
![]() |
procedure AddMimeType(const Ext, MIMEType: string; const ARaiseOnError: boolean = True); |
![]() |
procedure BuildCache; virtual; |
![]() |
constructor Create(const AutoFill: boolean = True); reintroduce; virtual; |
![]() |
destructor Destroy; override; |
![]() |
function GetFileMIMEType(const AFileName: string): string; |
![]() |
function GetDefaultFileExt(const MIMEType: string): string; |
![]() |
procedure LoadFromStrings(const AStrings: TStringList); |
![]() |
procedure SaveToStrings(const AStrings: TStringList); |
Propriedades
![]() |
property OnBuildCache: TNotifyEvent read FOnBuildCache write FOnBuildCache; |
![]() |
property LoadTypesFromOS: boolean read FLoadTypesFromOS write FLoadTypesFromOS; |
Descrição
Campos
![]() |
FLoadTypesFromOS: boolean; |
![]() |
FOnBuildCache: TNotifyEvent; |
![]() |
FMIMEList: TStringList; |
Métodos
![]() |
procedure BuildDefaultCache; virtual; |
![]() |
procedure AddMimeType(const Ext, MIMEType: string; const ARaiseOnError: boolean = True); |
![]() |
procedure BuildCache; virtual; |
![]() |
constructor Create(const AutoFill: boolean = True); reintroduce; virtual; |
![]() |
destructor Destroy; override; |
![]() |
function GetFileMIMEType(const AFileName: string): string; |
![]() |
function GetDefaultFileExt(const MIMEType: string): string; |
![]() |
procedure LoadFromStrings(const AStrings: TStringList); |
![]() |
procedure SaveToStrings(const AStrings: TStringList); |
Propriedades
![]() |
property OnBuildCache: TNotifyEvent read FOnBuildCache write FOnBuildCache; |
![]() |
property LoadTypesFromOS: boolean read FLoadTypesFromOS write FLoadTypesFromOS; |
Gerado por PasDoc 0.16.0.