[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMAttrDef.ExternallyDeclared

Indicates if the attribute was declared in an external subset of the DTD.

Declaration

Source position: laz2_dom.pas line 818

public property TDOMAttrDef.ExternallyDeclared : Boolean
  read FExternallyDeclared
  write FExternallyDeclared;

Description

ExternallyDeclared is a Boolean property which indicates if the attribute is declared in an external subset of the DTD in the owner document.