|
<< Click to Display Table of Contents >> Navigation: Intraweb Components > Standard > TIWImageFile |
The TIWImageFile control can be used to show an image from a file or URL reference.
SIGNATURE=IWCompExtCtrls.TIWImageFile
ETYPE=Class
Declaration:
Delphi: |
public TIWImageFile = class(TIWCustomImage); |
C++: |
public: class TIWImageFile : public TIWCustomImage; |
Unit: IWCompExtCtrls.pas
Description: This is class IWCompExtCtrls.TIWImageFile.