[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'exLog' (#EPCL)

TCustomLog

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

Declaration

Source position: exlog.pas line 26

type TCustomLog = class(TComponent)

  constructor Create();

protected

  function TextIt();

  function initialize();

public

  property OnTexts: TOnLogTexts; [r]

  destructor Destroy; override;

end;

Inheritance

TCustomLog

|

TComponent

?

TObject