Unit 'flcHTMLDocElements' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

AhtmlImageElement

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcHTMLDocElements.pas line 739

type AhtmlImageElement = class(AhtmlElementInclAttrs)

protected

  function GetNameAttr;

  

  procedure SetNameAttr();

  

  function GetAlign;

  

  procedure SetAlign();

  

  function GetWidthStr;

  

  procedure SetWidthStr();

  

  function GetHeightStr;

  

  procedure SetHeightStr();

  

  function GetWidth;

  

  function GetHeight;

  

  function GetHSpace;

  

  procedure SetHSpace();

  

  function GetVSpace;

  

  procedure SetVSpace();

  

  function GetUseMap;

  

  procedure SetUseMap();

  

  procedure ApplyHTMLStyleInfo(); override;

  

public

  property Name: string; [rw]

  

  property Align: ThtmlIAlignType; [rw]

  

  property WidthStr: string; [rw]

  

  property HeightStr: string; [rw]

  

  property Width: ThtmlLength; [r]

  

  property Height: ThtmlLength; [r]

  

  property HSpace: Integer; [rw]

  

  property VSpace: Integer; [rw]

  

  property UseMap: string; [rw]

  

end;

Inheritance

AhtmlImageElement

  

|

AhtmlElementInclAttrs

  

|

AhtmlElementInclCoreAttrsAndi18n

  

|

AhtmlElementInclCoreAttrs

  

|

AhtmlKnownElement

  

|

AhtmlElement

  

|

AhtmlContainerObject

  

|

AhtmlObject

  

|

TObject



CT Web help

CodeTyphon Studio