Class TIWBSImage
Unit
IWBSImage
Declaration
type TIWBSImage = class(TIWBSCustomDbControl)
Description
no description available, TIWBSCustomDbControl description follows
Base class for IWBS data aware controls
Hierarchy
Overview
Methods
Properties
 |
property ActiveSrc: string read FActiveSrc; |
 |
property AltText: string read FAltText write FAltText; |
 |
property BSImageOptions: TIWBSImageOptions read FImageOptions write FImageOptions default [iwbsimResponsive]; |
 |
property EmbedBase64: boolean read FEmbedBase64 write FEmbedBase64 default False; |
 |
property Enabled default True; |
 |
property ImageFile: string read FImageFile write SetImageFile; |
 |
property ImageSrc: string read FImageSrc write SetImageSrc; |
 |
property MimeType: string read FMimeType write FMimeType; |
 |
property Picture: TPicture read GetPicture write SetPicture; |
 |
property UseSize: Boolean read FUseSize write SetUseSize default False; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure Refresh; |
|
Properties
 |
property ActiveSrc: string read FActiveSrc; |
|
 |
property AltText: string read FAltText write FAltText; |
|
 |
property BSImageOptions: TIWBSImageOptions read FImageOptions write FImageOptions default [iwbsimResponsive]; |
|
 |
property EmbedBase64: boolean read FEmbedBase64 write FEmbedBase64 default False; |
|
 |
property Enabled default True; |
|
 |
property ImageFile: string read FImageFile write SetImageFile; |
|
 |
property ImageSrc: string read FImageSrc write SetImageSrc; |
|
 |
property MimeType: string read FMimeType write FMimeType; |
|
 |
property Picture: TPicture read GetPicture write SetPicture; |
|
 |
property UseSize: Boolean read FUseSize write SetUseSize default False; |
|
Generated by PasDoc 0.14.0.
|