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

ThtmlHEAD

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

Declaration

Source position: flcHTMLDocElements.pas line 2098

type ThtmlHEAD = class(AhtmlElementIncli18n)

protected

  function GetMetaHttpField();

  

  procedure SetMetaHttpField();

  

  function GetProfile;

  

  procedure SetProfile();

  

  function GetTitle;

  

  procedure SetTitle();

  

  function GetContentType;

  

  procedure SetContentType();

  

  function GetDescription;

  

  procedure SetDescription();

  

  function GetKeywords;

  

  procedure SetKeywords();

  

  function GetAutoRefresh;

  

  procedure SetAutoRefresh();

  

  function GetAutoRefreshInterval;

  

  procedure SetAutoRefreshInterval();

  

  function GetAutoRefreshURL;

  

  procedure SetAutoRefreshURL();

  

  function GetStyleText;

  

  function GetStyleRefs;

  

public

  constructor Create; override;

  

  function CreateItem(); override;

  

  function FindMetaHttpField();

  

  property MetaHttpField []: string; [rw]

  

  property Profile: string; [rw]

  

  property Title: string; [rw]

  

  property ContentType: string; [rw]

  

  property Description: string; [rw]

  

  property Keywords: string; [rw]

  

  property AutoRefresh: Boolean; [rw]

  

  property AutoRefreshInterval: Integer; [rw]

  

  property AutoRefreshURL: string; [rw]

  

  property StyleText: string; [r]

  

  property StyleRefs: StringArray; [r]

  

  procedure PrepareStructure;

  

end;

Inheritance

ThtmlHEAD

  

|

AhtmlElementIncli18n

  

|

AhtmlKnownElement

  

|

AhtmlElement

  

|

AhtmlContainerObject

  

|

AhtmlObject

  

|

TObject



CT Web help

CodeTyphon Studio