Class TIWBSImage

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIWBSImage = class(TIWBSCustomDbControl)

Description

no description available, TIWBSCustomDbControl description follows

Base class for IWBS data aware controls

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure Refresh;

Properties

Public property ActiveSrc: string read FActiveSrc;
Published property AltText: string read FAltText write FAltText;
Published property BSImageOptions: TIWBSImageOptions read FImageOptions write FImageOptions default [iwbsimResponsive];
Published property EmbedBase64: boolean read FEmbedBase64 write FEmbedBase64 default False;
Published property Enabled default True;
Published property ImageFile: string read FImageFile write SetImageFile;
Published property ImageSrc: string read FImageSrc write SetImageSrc;
Published property MimeType: string read FMimeType write FMimeType;
Published property Picture: TPicture read GetPicture write SetPicture;
Published property UseSize: Boolean read FUseSize write SetUseSize default False;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure Refresh;
 

Properties

Public property ActiveSrc: string read FActiveSrc;
 
Published property AltText: string read FAltText write FAltText;
 
Published property BSImageOptions: TIWBSImageOptions read FImageOptions write FImageOptions default [iwbsimResponsive];
 
Published property EmbedBase64: boolean read FEmbedBase64 write FEmbedBase64 default False;
 
Published property Enabled default True;
 
Published property ImageFile: string read FImageFile write SetImageFile;
 
Published property ImageSrc: string read FImageSrc write SetImageSrc;
 
Published property MimeType: string read FMimeType write FMimeType;
 
Published property Picture: TPicture read GetPicture write SetPicture;
 
Published property UseSize: Boolean read FUseSize write SetUseSize default False;
 

Generated by PasDoc 0.14.0.