[Overview][Classes][Index] Reference for unit 'U_ExtImage' (#lazextcomponents)

TExtImage

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

Declaration

Source position: u_extimage.pas line 38

type TExtImage = class(TImage, IFWComponent)

protected

  FFileName: String;

  

public

  procedure LoadFromStream(); virtual;

  

  function LoadFromFile(); virtual;

  

  constructor Create(); override;

  

  procedure Loaded; override;

  

published

  property FileName: String; [rw]

  

  property ShowErrors: Boolean; [rw]

  

end;

Inheritance

TExtImage,IFWComponent

  

|

TImage

?

TObject