[Overview][Constants][Types][Classes][Index] Reference for unit 'U_ExtFileCopy' (#lazextcomponents)

TExtFilePartialCopy

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

Declaration

Source position: U_ExtFileCopy.pas line 141

type TExtFilePartialCopy = class(TExtFileCopy)

protected

  function BeforeCopyBuffer(); override;

  

  function BeforeCopy; override;

  

  procedure AfterCopyBuffer; override;

  

public

  constructor Create(); override;

  

published

  property ExcludeReading: Boolean; [rw]

  

  property ExcludeStart: String; [rw]

  

  property ExcludeEnd: String; [rw]

  

end;

Inheritance

TExtFilePartialCopy

  

|

TExtFileCopy,IFileCopyComponent

  

|

TAbsFileCopy

?

TObject