[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazHelpIntf' (#lcl)

THelpDBISourceFile

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

Declaration

Source position: lazhelpintf.pas line 197

type THelpDBISourceFile = class(THelpDBItem)

public

  constructor Create();

  

  function FileMatches(); virtual;

  

  function GetFullFilename; virtual;

  

  function GetBasePath; virtual;

  

published

  property BasePathObject: TObject; [rw]

  

  property Filename: String; [rw]

  

end;

Inheritance

THelpDBISourceFile

  

|

THelpDBItem

  

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.