[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TImage |
||
? | ||
TObject |