Unit 'IdGlobalProtocols' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

TIdMimeTable

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdGlobalProtocols.pas line 359

type TIdMimeTable = class(TObject)

protected

  FLoadTypesFromOS: Boolean;

  

  FOnBuildCache: TNotifyEvent;

  

  FMIMEList: TStrings;

  

  FFileExt: TStrings;

  

  procedure BuildDefaultCache; virtual;

  

public

  property LoadTypesFromOS: Boolean; [rw]

  

  procedure BuildCache; virtual;

  

  procedure AddMimeType();

  

  function GetFileMIMEType();

  

  function GetDefaultFileExt();

  

  procedure LoadFromStrings();

  

  procedure SaveToStrings();

  

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  property OnBuildCache: TNotifyEvent; [rw]

  

end;

Inheritance

TIdMimeTable

  

|

TObject



CT Web help

CodeTyphon Studio