Unit 'chmreader' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#chm]

TChmFileList

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

Declaration

Source position: chmreader.pas line 144

type TChmFileList = class(TStringList)

protected

  fLastChm: TChmReader;

  fUnNotifiedFiles: TList;

  fOnOpenNewFile: TChmFileOpenEvent;

  procedure Delete(); override;

  function GetChm();

  function GetFileName();

  procedure OpenNewFile();

  function CheckOpenFile();

  function MetaObjectExists();

  function MetaGetObject();

  procedure SetOnOpenNewFile();

public

  constructor Create();

  destructor Destroy; override;

  function GetObject();

  function IsAnOpenFile();

  function ObjectExists();

  property Chm []: TChmReader; [r]

  property FileName []: string; [r]

  property OnOpenNewFile: TChmFileOpenEvent; [rw]

end;

Inheritance

TChmFileList

|

TObject


Documentation generated on: 2023-03-18