|
<< Click to Display Table of Contents >> Navigation: Classes > TIWCustomImage |
The TIWCustomImage is the base class for TIWImage, TIWImageFile and TIWImageButton controls.
SIGNATURE=IWCompExtCtrls.TIWCustomImage
ETYPE=Class
Declaration:
Delphi: |
public TIWCustomImage = class(TIWCustomControl, IIWSubmitControl); |
C++: |
public: class TIWCustomImage : public TIWCustomControl, public IIWSubmitControl; |
Unit: IWCompExtCtrls.pas
Description: TIWImageOutput = (ioJPEG, ioGIF, ioPNG); now declared in TIWImageUtils