Contents - Events - Methods - Properties
Base class for static and dynamic images
Description
Incapsulation of t he HTML <IMG..> element
Contents - TFRCustomImage - Properties - Methods
OnGetHREF
Delphi declarationOnGetHREFTarget
property OnGetHREF;
C++ declaration
__property OnGetHREF
Delphi declaration
property OnGetHREFTarget;
C++ declaration
__property OnGetHREFTarget
Contents - TFRCustomImage - Properties - Events
~TFRCustomImage
DestructorCreate
Delphi declarationHTMLInsResult
constructor Create(AOwner: TComponent);
Delphi declarationTFRCustomImage
procedure HTMLInsResult(Destination: TStrings; InsChecked: Boolean);
C++ declaration
virtual void __fastcall HTMLInsResult(Classes::TStrings *Destination, bool InsChecked)
ConstructorC++ declaration
__fastcall virtual TFRCustomImage(Classes::TComponent *AOwner)
Contents - TFRCustomImage - Methods - Events
ALT
Alternate text for t he client , when t he image cannot be shownBORDERDelphi declaration
property ALT: AnsiString read FAlt write FAlt;
C++ declaration
__property System::AnsiString ALT={ read=FAlt, write=FAlt, nodefault }
Description
Results as <IMG .... ALT="ThisPropertyValue"...>
Border widthFullURLDelphi declaration
property BORDER: Integer read FBorder write SetBorder default 0;
C++ declaration
__property int BORDER={ read=FBorder, write=SetBorder, default=0 }
Description
Results as <IMG .... BORDER=Value...>, when Value>=0.
URL to imageHHeightDelphi declaration
property FullURL: string read GetFullURL;
C++ declaration
__property System::AnsiString FullURL={ read=GetFullURL, nodefault }
Description
Used at runtime .
Image heightHREFDelphi declaration
property HHeight: Integer read FHHeight write FHHeight;
C++ declaration
__property int HHeight={ read=FHHeight, write=FHHeight, nodefault }
Description
Value in pixels, 0 means " not used" .Results as <IMG...HEIGHT=Value...>
Delphi declarationHREF_TARGET
property HREF;
C++ declaration
__property HREF
Delphi declarationHSpace
property HREF_TARGET;
C++ declaration
__property HREF_TARGET
Horizontal cutterHWidthDelphi declaration
property HSpace: Integer read FHspace write FHspace;
C++ declaration
__property int HSpace={ read=FHspace, write=FHspace, nodefault }
Description
Value in pixels, 0 means " not used " .Results as <IMG...HSPACE=Value...>
Image width attributeImageAlignDelphi declaration
property HWidth: Integer read FHWidth write FHWidth;
C++ declaration
__property int HWidth={ read=FHWidth, write=FHWidth, nodefault }
Description
Value in pixels, 0 means " not used " .Results as <IMG...WIDTH=Value...>
Image alignmentUSEMAPDelphi declaration
property ImageAlign: TFRImageAlign read FImageAlign write FImageAlign;
C++ declaration
__property TFRImageAlign ImageAlign={ read=FImageAlign, write=FImageAlign, nodefault }
Description
Results as <IMG...ALIGN=type...>, f or alignment types see TFRImageAlign
Client-side imagemap nameVSpaceDelphi declaration
property USEMAP: string read FUseMap write FUseMap;
C++ declaration
__property System::AnsiString USEMAP={ read=FUseMap, write=FUseMap, nodefault }
Description
Results as <IMG ... USEMAP=#ThisPropertyValue...>Imagemap description (HTML element <MAP Name=ThisPropertyValue>... ) will b e inserted into t he HTML result, when described.
Inherited image classes (TFRImage) enable to desribe map areas at design time (special editor for this).
Vertical cutterDelphi declaration
property VSpace: Integer read FVSpace write FVSpace;
C++ declaration
__property int VSpace={ read=FVSpace, write=FVSpace, nodefault }
Description
Value in pixels, 0 means " not used " .Results as <IMG...VSPACE=Value...>